]> 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 fbc91e2c0ed34b8dc776f31a2124699c4da1d76d..0a35eb59edef2c188a14aa68342efce8edf31e8e 100644 (file)
@@ -72,9 +72,6 @@ class CityHtmlCityUserLoginCommand extends BaseCommand implements Commandable {
                // First get a UserLogin instance
                $loginInstance = ObjectFactory::createObjectByConfiguredName('user_login_class');
 
-               // First set request and response instance
-               $loginInstance->setRequestInstance($requestInstance);
-
                // Encrypt the password
                $loginInstance->encryptPassword('pass');