]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/commands/html/class_CityHtmlCityGuestLoginCommand.php
Continued:
[city.git] / application / city / classes / commands / html / class_CityHtmlCityGuestLoginCommand.php
index bb444a4180c395146889cde6fbeff9285d717540..5f47cfdbbaf09e0f086e4a4ef03beb822bf41734 100644 (file)
@@ -72,9 +72,6 @@ class CityHtmlCityGuestLoginCommand extends BaseCommand implements Commandable {
                // First get a GuestLogin instance
                $loginInstance = ObjectFactory::createObjectByConfiguredName('guest_login_class');
 
-               // First set request and response instance
-               $loginInstance->setRequestInstance($requestInstance);
-
                // Encrypt the password
                $loginInstance->encryptPassword('passwd');