1
0
Fork 0
InstallController:
- finished changing installation to new configuration class
Dieser Commit ist enthalten in:
DSB 2012-08-22 16:43:15 +00:00
Ursprung f0aeca93a9
Commit a2ac0b33e4
5 geänderte Dateien mit 37 neuen und 21 gelöschten Zeilen

Datei anzeigen

@ -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.