@@ -112,7 +112,7 @@ |
||
| 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(); |