]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Issue 6149: Making OWA (hopefully) compatible with Hubzilla
[friendica.git] / src / Module / Owa.php
index bfe108c842c0e62f982a1b4c99f828cedaa387a6..7243c111344b4d159e5fa6d5a86b701936ecd241 100644 (file)
@@ -86,6 +86,6 @@ class Owa extends BaseModule
                                }
                        }
                }
-               System::jsonExit($ret, 'application/x-dfrn+json');
+               System::jsonExit($ret, 'application/x-zot+json');
        }
 }