converted path constants to $GLOBALS.
This commit is contained in:
@@ -19,7 +19,7 @@ class Key extends Task {
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
$this->path = APP_PATH.'config/application'.EXT;
|
||||
$this->path = $GLOBALS['APP_PATH'].'config/application'.EXT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user