]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Pager.php
Show only the user's categories on their profile
[friendica.git] / src / Content / Pager.php
index a5e61bbf9f5827341ec669b5fac444f5a15bf5e8..bf5a5f691442032346a97ee0e9eda73efcb70375 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -128,7 +128,7 @@ class Pager
        /**
         * Sets the base query string from a full query string.
         *
-        * Strips the 'page' parameter, and remove the 'q=' string for some reason.
+        * Strips the 'page' parameter
         *
         * @param string $queryString
         */