]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Manifest.php
Use the post language for the language detection / config for quality
[friendica.git] / src / Module / Manifest.php
index e98c83a6136b79147d2e772479ee7ae5382fdfd1..ed14bbbb707ce68d51dd0b10ada4db8b633beeee 100644 (file)
@@ -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');
        }
 }