]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/commands/html/class_CityHtmlCityUserLoginCommand.php
Continued:
[city.git] / application / city / classes / commands / html / class_CityHtmlCityUserLoginCommand.php
index c0949a666d0d95260759083e776ca2d7cf8a93a2..edb4c67bd285aa273beab567f1c6e21a9242ee3d 100644 (file)
@@ -107,7 +107,7 @@ class CityHtmlCityUserLoginCommand extends BaseCommand implements Commandable {
         */
        public function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance) {
                // Which login type do we have?
-               switch ($this->getConfigInstance()->getConfigEntry('login_type')) {
+               switch (FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('login_type')) {
                        case 'username': // Login via username
                                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('username_verifier_filter_class'));
                                break;