parent
1385667edc
commit
ff87588d96
|
@ -165,7 +165,7 @@ class Config extends Zend_Config
|
|||
*/
|
||||
public static function resolvePath($path)
|
||||
{
|
||||
if (strpos($path, DIRECTORY_SEPARATOR) === 0) {
|
||||
if (strpos($path, DIRECTORY_SEPARATOR) === 0 || self::$configDir === false) {
|
||||
return $path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue