MSD-19
InstallController: - finished changing installation to new configuration class
Dieser Commit ist enthalten in:
Ursprung
f0aeca93a9
Commit
a2ac0b33e4
5 geänderte Dateien mit 37 neuen und 21 gelöschten Zeilen
|
|
@ -28,14 +28,14 @@ class Msd_Registry extends Zend_Registry
|
|||
*
|
||||
* @const string
|
||||
*/
|
||||
const DYNAMIC_CONFIG_KEY = 'Dynamic';
|
||||
const DYNAMIC_CONFIG_KEY = 'dynamic';
|
||||
|
||||
/**
|
||||
* Key for the configuration. This is used inside the registry.
|
||||
*
|
||||
* @const string
|
||||
*/
|
||||
const CONFIG_KEY = 'Config';
|
||||
const CONFIG_KEY = 'config';
|
||||
|
||||
/**
|
||||
* Returns the config instance if it has been registered, returns null otherwise.
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren