diff --git a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php index 1c5f17c710da01eb454c30464785f2b0d2375245..d7e8e9493b497fb611e48644e1c71fd88b983a81 100644 --- a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php +++ b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php @@ -303,7 +303,8 @@ class ChoiceAuth extends AbstractBase * @throws AuthException * @return mixed */ - protected function proxyUserLoad($request, $method, $params) { + protected function proxyUserLoad($request, $method, $params) + { $this->setStrategyFromRequest($request); $user = $this->proxyAuthMethod($method, $params); if (!$user) {