]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
Added parameters
[friendica.git] / src / Module / Install.php
index 39d6a062afd438cb47437da531660251e4117f14..f4e2c4c76fcc3e35421dcd4ae768ce0387d34710 100644 (file)
@@ -46,7 +46,7 @@ class Install extends BaseModule
         */
        private static $installer;
 
-       public static function init()
+       public static function init($parameters)
        {
                $a = self::getApp();
 
@@ -76,7 +76,7 @@ class Install extends BaseModule
                self::$currentWizardStep = ($_POST['pass'] ?? '') ?: self::SYSTEM_CHECK;
        }
 
-       public static function post()
+       public static function post($parameters)
        {
                $a           = self::getApp();
                $configCache = $a->getConfigCache();
@@ -149,7 +149,7 @@ class Install extends BaseModule
                }
        }
 
-       public static function content()
+       public static function content($parameters)
        {
                $a           = self::getApp();
                $configCache = $a->getConfigCache();