Fix formatting in LogoutAction
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 28 Jan 2021 08:35:22 +0000 (09:35 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Jan 2021 08:35:22 +0000 (09:35 +0100)
Apparently the editor on GitHub.com defaults to tabs, even if the whole file consists of spaces only.

wcfsetup/install/files/lib/acp/action/LogoutAction.class.php

index c024a2176bd6ef391ac0be6c1be1a9b601105e79..4c32092926055fac48dc8791c24ad7e81821aa31 100755 (executable)
@@ -30,7 +30,7 @@ class LogoutAction extends AbstractSecureAction
         parent::execute();
 
         WCF::getSession()->clearReauthentication();
-       WCF::getSession()->unregister('masterPassword');
+        WCF::getSession()->unregister('masterPassword');
 
         $this->executed();