فهرست منبع

Fix the comment on install_switch.php.

markjcrane 9 سال پیش
والد
کامیت
e20bb2dbcc
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      core/install/resources/classes/install_switch.php

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

@@ -115,8 +115,7 @@ include "root.php";
 					recursive_delete($this->global_settings->switch_conf_dir());
 				}
 
-			//make the directory
-				sure the conf directory exists
+			//make sure the conf directory exists
 				if (!is_dir($this->global_settings->switch_conf_dir())) {
 					if (!mkdir($this->global_settings->switch_conf_dir(), 0774, true)) {
 						throw new Exception("Failed to create the switch conf directory '".$this->global_settings->switch_conf_dir()."'. ");