X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Finstall.php;h=0f08b0fd8bbe448727e5e6273481aecca63648d3;hb=762a78661109d28dbc29a15b379b342938b35f40;hp=6962ff2ddaf531ff87cb382ffc88ea01e03cd908;hpb=d1f2d04803b799092e16a260824a548c574cfaca;p=friendica.git diff --git a/mod/install.php b/mod/install.php index 6962ff2dda..0f08b0fd8b 100644 --- a/mod/install.php +++ b/mod/install.php @@ -22,7 +22,8 @@ function install_init(App $a) { // We overwrite current theme css, because during install we could not have a working mod_rewrite // so we could not have a css at all. Here we set a static css file for the install procedure pages - $a->config['system']['theme'] = "../install"; + + $a->setConfigValue('system', 'value', '../install'); $a->theme['stylesheet'] = System::baseUrl()."/view/install/style.css"; Install::setInstallMode();