]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/commands/html/class_CityHtmlLogoutCommand.php
Continued:
[city.git] / application / city / classes / commands / html / class_CityHtmlLogoutCommand.php
index 8cac273f92c91d403061e7f3100957b2b805f8f2..d632497812a004a33c6d68a448d466f32bb49db2 100644 (file)
@@ -71,9 +71,6 @@ class CityHtmlLogoutCommand extends BaseCommand implements Commandable {
                // Get an auth instance for checking and updating the auth cookies
                $authInstance = ObjectFactory::createObjectByConfiguredName('auth_method_class', array($responseInstance));
 
-               // Set request instance
-               $authInstance->setRequestInstance($requestInstance);
-
                // Destroy the auth data
                $authInstance->destroyAuthData();