]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Merge pull request #13800 from annando/channel-languages
[friendica.git] / src / Module / Owa.php
index 69abd8e871fb5a2aa4640029b17199647f4d264c..7b3af7b52fe93d0f7f1e1aba046aeaab39ee04ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -101,6 +101,6 @@ class Owa extends BaseModule
                                }
                        }
                }
-               System::jsonExit($ret, 'application/x-zot+json');
+               $this->jsonExit($ret, 'application/x-zot+json');
        }
 }