From 75001d49ef52ddc7ac311a12a809ec2db8f357f4 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 24 Oct 2014 11:52:29 -0400
Subject: [PATCH] Removed unused parameter.

---
 module/VuFind/src/VuFind/Auth/ChoiceAuth.php | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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