|
@@ -51,7 +51,7 @@ |
|
|
block discarded – undo |
|
51
|
51
|
|
|
52
|
52
|
/** |
|
53
|
53
|
* Builds the query string to add to the URL |
|
54
|
|
- * @param mixed $page If the page variable is set to a number will add the page number to the query string else will not add any additional items |
|
|
54
|
+ * @param string $page If the page variable is set to a number will add the page number to the query string else will not add any additional items |
|
55
|
55
|
* @return string The complete string will be returned to add to the link item |
|
56
|
56
|
*/ |
|
57
|
57
|
protected function buildQueryString($page) { |
Please login to merge, or discard this patch.