Просмотр исходного кода

Fix the syntax by adding a missing semi-colon.

markjcrane 9 лет назад
Родитель
Сommit
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')){