From f55071378a993e99557a98a67a0485ee3e1aab38 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 2 May 2016 11:26:41 -0400
Subject: [PATCH] Removed unnecessary/unhelpful default parameter value.

---
 module/VuFind/src/VuFind/Recommend/SideFacets.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Recommend/SideFacets.php b/module/VuFind/src/VuFind/Recommend/SideFacets.php
index 03f014f449a..723c8d74d7b 100644
--- a/module/VuFind/src/VuFind/Recommend/SideFacets.php
+++ b/module/VuFind/src/VuFind/Recommend/SideFacets.php
@@ -353,7 +353,7 @@ class SideFacets extends AbstractFacets
      *
      * @return int
      */
-    public function getShowMoreSetting($facetName = '*')
+    public function getShowMoreSetting($facetName)
     {
         // Look for either facet-specific configuration or else a configured
         // default. If neither is found, initialize return value to 0.
-- 
GitLab