LITLE FIX: solving issue for php 5.4.x version that have E_STRICT standard enabled by default
This commit is contained in:
@@ -40,7 +40,7 @@ class Bootstrap
|
||||
* these functions still under revision
|
||||
*/
|
||||
|
||||
public function getSystemConfiguration($globalIniFile = '', $wsIniFile = '', $wsName = '')
|
||||
public static function getSystemConfiguration($globalIniFile = '', $wsIniFile = '', $wsName = '')
|
||||
{
|
||||
$readGlobalIniFile = false;
|
||||
$readWsIniFile = false;
|
||||
@@ -2752,7 +2752,7 @@ class Bootstrap
|
||||
* @param boolean $createPath if true this public function will create the path
|
||||
* @return boolean
|
||||
*/
|
||||
public function verifyPath($strPath, $createPath = false)
|
||||
public static function verifyPath($strPath, $createPath = false)
|
||||
{
|
||||
$folder_path = strstr($strPath, '.') ? dirname($strPath) : $strPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user