Continued to switch the old configuration handling to the new one.
Dieser Commit ist enthalten in:
Ursprung
025b5c339d
Commit
ae87af916f
54 geänderte Dateien mit 501 neuen und 269 gelöschten Zeilen
|
|
@ -29,7 +29,7 @@ class Msd_Log
|
|||
/**
|
||||
* Init file handles
|
||||
*
|
||||
* @return void
|
||||
* @return Msd_Log
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
|
@ -41,8 +41,8 @@ class Msd_Log
|
|||
$this->handle[self::ERROR] = false;
|
||||
|
||||
// get config
|
||||
$config = Msd_Configuration::getInstance();
|
||||
$this->_paths = (object)$config->get('paths');
|
||||
$config = Msd_Registry::getConfig();
|
||||
$this->_paths = (object) $config->getParam('paths');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren