Completed
Pull Request — master (#11)
by
unknown
08:38 queued 07:05
created
Classes/Service/AuthUser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
     {
113 113
         if ($this->isProtectionEnabled() && $this->getRestrictionService()->isClientRestricted()) {
114 114
             $GLOBALS['TYPO3_CONF_VARS']['SVCONF']['auth']['setup']
115
-            [$this->frontendUserAuthentication->loginType . '_fetchAllUsers'] = false;
115
+            [$this->frontendUserAuthentication->loginType.'_fetchAllUsers'] = false;
116 116
             return ['uid' => 0];
117 117
         }
118 118
         return parent::getUser();
Please login to merge, or discard this patch.