]> git.mxchange.org Git - friendica.git/blobdiff - mod/install.php
Issue 5696: Removed old forum link
[friendica.git] / mod / install.php
index fa20fd76cbeda3cb25f731c000f5efdecfaffe53..d2d322b3b93cdb7eb83805c72bded8e636d64029 100644 (file)
@@ -26,8 +26,6 @@ function install_init(App $a) {
        $a->setConfigValue('system', 'value', '../install');
        $a->theme['stylesheet'] = System::baseUrl()."/view/install/style.css";
 
-       Install::setInstallMode();
-
        global $install_wizard_pass;
        if (x($_POST, 'pass')) {
                $install_wizard_pass = intval($_POST['pass']);