UPDATE: Minor bugfixes for the current functionallity. Now having a running out of the box system.
This commit is contained in:
@@ -38,7 +38,7 @@ class Config extends Settings
|
||||
*/
|
||||
private static function setEnv( )
|
||||
{
|
||||
if(getenv("APPLICATION_ENV"))
|
||||
if( getenv("APPLICATION_ENV") )
|
||||
{
|
||||
self::$_env = getenv("APPLICATION_ENV");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user