fix dffe13e for step 3

References 
This commit is contained in:
Ian 2014-03-09 12:19:47 +01:00
parent a956c52e6b
commit 8a21ac8737

@ -369,6 +369,10 @@ if ( (int)$serendipity['GET']['step'] == 0 ) {
if ( serendipity_updateConfiguration() ) {
$data['s9y_installed'] = true;
}
$data['templatePath'] = $serendipity['templatePath'];
$data['serendipityHTTPPath'] = str_replace('//', '/', dirname($_SERVER['PHP_SELF']) . '/');
echo serendipity_smarty_show("admin/installer.inc.tpl", $data);
return;
}