瀏覽代碼

Fix the syntax by adding a missing semi-colon.

markjcrane 9 年之前
父節點
當前提交
2a7f8acb79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/install/resources/classes/install_switch.php

+ 1 - 1
core/install/resources/classes/install_switch.php

@@ -239,7 +239,7 @@ include "root.php";
 				$script_dir = $_SESSION['switch']['scripts']['dir'];
 			}
 			else {
-				$script_dir = $this->detect_switch->script_dir()
+				$script_dir = $this->detect_switch->script_dir();
 			}
 			if (file_exists($script_dir())) {
 				if (file_exists('/usr/share/examples/fusionpbx/resources/install/scripts')){