]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Manifest.php
Merge pull request #13800 from annando/channel-languages
[friendica.git] / src / Module / Manifest.php
index e98c83a6136b79147d2e772479ee7ae5382fdfd1..a2c8519123dc7e0a73998448cdfbf3d1d5e2a369 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
  *
@@ -133,6 +133,6 @@ class Manifest extends BaseModule
                        $manifest['theme_color'] = $theme_color;
                }
 
-               Core\System::jsonExit($manifest, 'application/manifest+json');
+               $this->jsonExit($manifest, 'application/manifest+json');
        }
 }