]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Owa.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / Owa.php
index 322cafa0971d0fb46dfdaae458fb9391ccac07cd..85530df6f96a16e07d1040de3827010cb9c53bd3 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -44,7 +44,7 @@ use Friendica\Util\Strings;
  */
 class Owa extends BaseModule
 {
-       public static function init(array $parameters = [])
+       public function init()
        {
 
                $ret = [ 'success' => false ];