@@ -136,7 +136,7 @@ |
||
136 | 136 | |
137 | 137 | $topCountValue = $this->getRequest()->getTopOptionCount(); |
138 | 138 | if (null !== $topCountValue) { |
139 | - $remainingCount = $topCountValue - $this->getRequest()->getTopCount(); |
|
139 | + $remainingCount = $topCountValue-$this->getRequest()->getTopCount(); |
|
140 | 140 | if (0 < $remainingCount) { |
141 | 141 | if (null !== $queryParameterString) { |
142 | 142 | $queryParameterString .= '&'; |