Skip to content
Snippets Groups Projects
Commit f5507137 authored by Demian Katz's avatar Demian Katz
Browse files

Removed unnecessary/unhelpful default parameter value.

parent 5904bdf2
No related merge requests found
......@@ -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.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment