aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-09-21 08:34:02 +0000
committerMario <mario@mariovavti.com>2023-09-21 08:34:02 +0000
commita5e32dc3de997c3a3d9046161ce1ec149abb65c1 (patch)
tree3c7312f8bc2bcc6083d9b96408c5816ff79acb71 /include/text.php
parent150174c3bb5578e0dfc20ac97a061d170fc90f5a (diff)
downloadvolse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.tar.gz
volse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.tar.bz2
volse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.zip
more deprecate $a
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php
index 6ab8fc1ce..4088e85e1 100644
--- a/include/text.php
+++ b/include/text.php
@@ -528,9 +528,8 @@ function unxmlify($s) {
* will limit the results to the correct items for the current page.
* The actual page handling is then accomplished at the application layer.
*
- * @param App &$a
*/
-function paginate(&$a) {
+function paginate() {
$o = '';
$stripped = preg_replace('/(&page=[0-9]*)/','',App::$query_string);