]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/Localtime.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / Debug / Localtime.php
index 197149837ae5f161f2e4d6caaf1b271b669b3921..0d78f08d796a990ac0c5099983421f3c44bb807a 100644 (file)
@@ -10,7 +10,7 @@ use Friendica\Util\Temporal;
 
 class Localtime extends BaseModule
 {
-       public static function post()
+       public static function post(array $parameters = [])
        {
                $time = ($_REQUEST['time'] ?? '') ?: 'now';
 
@@ -21,7 +21,7 @@ class Localtime extends BaseModule
                }
        }
 
-       public static function content()
+       public static function content(array $parameters = [])
        {
                $app = self::getApp();