adding static declaration for bootstrap class method,.. and some updates

This commit is contained in:
erik
2014-01-30 22:10:56 -04:00
parent 70d61efda0
commit 1bd778290c
2 changed files with 37 additions and 5 deletions

View File

@@ -401,7 +401,7 @@ class Bootstrap
*
* @return void
*/
public function mk_dir($strPath, $rights = 0777)
public static function mk_dir($strPath, $rights = 0777)
{
$folder_path = array($strPath);
$oldumask = umask(0);