X-Git-Url: https://git.mxchange.org/?p=city.git;a=blobdiff_plain;f=application%2Fcity%2Fclasses%2Fcommands%2Fhtml%2Fclass_CityHtmlLogoutCommand.php;h=d632497812a004a33c6d68a448d466f32bb49db2;hp=8cac273f92c91d403061e7f3100957b2b805f8f2;hb=b77ed87b8a501aa7cd4a7daba82d69ffaf712a2a;hpb=98b868335ca4a595db758c57cc4de9fe4c9a3ee9 diff --git a/application/city/classes/commands/html/class_CityHtmlLogoutCommand.php b/application/city/classes/commands/html/class_CityHtmlLogoutCommand.php index 8cac273..d632497 100644 --- a/application/city/classes/commands/html/class_CityHtmlLogoutCommand.php +++ b/application/city/classes/commands/html/class_CityHtmlLogoutCommand.php @@ -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();