]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Merge remote-tracking branch 'upstream/develop' into user-defined-channels
[friendica.git] / src / Module / Owa.php
index 69abd8e871fb5a2aa4640029b17199647f4d264c..2e5197112bbf7efaea1dff1d30476351791ee452 100644 (file)
@@ -101,6 +101,6 @@ class Owa extends BaseModule
                                }
                        }
                }
-               System::jsonExit($ret, 'application/x-zot+json');
+               $this->jsonExit($ret, 'application/x-zot+json');
        }
 }