1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Fix for alert message shown on frontpage after installation.

This commit is contained in:
Cameron
2013-04-20 18:14:23 -07:00
parent e6c7cc420f
commit 13b650d140

View File

@@ -1166,6 +1166,8 @@ class e_install
$this->finish_form();
$this->template->SetTag("stage_content", "<div class='alert alert-block alert-{$alertType}'>".$page."</div>".$e_forms->return_form());
$this->logLine('Stage 8 completed');
e107::getMessage()->reset();
}
/**