State (see State Pattern) prepared, a lot reworked/refactured
[core.git] / inc / classes / main / commands / web / class_WebLoginAreaCommand.php
index 673858d8facfd72bf5c0bc8c239150019aa53dac..8eb65a931167975c77a65757121704c9f0ecf7ea 100644 (file)
@@ -163,7 +163,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable {
                $appInstance = $registryInstance->getInstance('application');
 
                // Default action is the one from configuration
-               $this->actionName = $this->convertDashesToUnderscores($appInstance->getAppShortName()) . '_login_' . $this->getConfigInstance()->readConfig('login_default_action');
+               $this->actionName = $this->convertDashesToUnderscores($appInstance->getAppShortName()) . '_login_' . $this->getConfigInstance()->getConfigEntry('login_default_action');
 
                // Get "action" from request
                $actReq = $requestInstance->getRequestElement('action');