]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Possibly Avoid database error when storing photo item
[friendica.git] / src / Module / Owa.php
index a46734987837b4f5186c18b24de5e179aef6fb63..2b8aa81bdbddd6d66a03684f7440d4dede838011 100644 (file)
@@ -44,9 +44,8 @@ use Friendica\Util\Strings;
  */
 class Owa extends BaseModule
 {
-       public static function init()
+       protected function rawContent(array $request = [])
        {
-
                $ret = [ 'success' => false ];
 
                foreach (['REDIRECT_REMOTE_USER', 'HTTP_AUTHORIZATION'] as $head) {