]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Pin.php
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / src / Module / Item / Pin.php
index a2d44f363bad4ae13deda75c2c87180f2f346105..ecca24a7f8fc39cf9f647796f6cddf2213783075 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
  *
@@ -84,6 +84,6 @@ class Pin extends BaseModule
                        'state'   => (int)$pinned,
                ];
 
-               System::jsonExit($return);
+               $this->jsonExit($return);
        }
 }