]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Smilies.php
Merge pull request #13488 from MrPetovan/bug/frio-search-result-padding
[friendica.git] / src / Module / Smilies.php
index 1ea992d68e9e3d79c433604170342c6cc26a0b2b..52acb19242822e843edff96e0317058ecbdee6a0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -41,7 +41,7 @@ class Smilies extends BaseModule
                        for ($i = 0; $i < count($smilies['texts']); $i++) {
                                $results[] = ['text' => $smilies['texts'][$i], 'icon' => $smilies['icons'][$i]];
                        }
-                       System::jsonExit($results);
+                       $this->jsonExit($results);
                }
        }