]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Mutes.php
Merge pull request #13176 from MrPetovan/bug/warnings
[friendica.git] / src / Module / Api / Mastodon / Mutes.php
index 96a0c7eac436a4f33d1b62ee95ff4d6ce5801363..2190c397cc10948f225d4fbc3e52c7c468e4fc19 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -81,7 +81,7 @@ class Mutes extends BaseApi
                DBA::close($followers);
 
                if (!empty($request['min_id'])) {
-                       array_reverse($accounts);
+                       $accounts = array_reverse($accounts);
                }
 
                self::setLinkHeader();