mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for alert message shown on frontpage after installation.
This commit is contained in:
@@ -1166,6 +1166,8 @@ class e_install
|
|||||||
$this->finish_form();
|
$this->finish_form();
|
||||||
$this->template->SetTag("stage_content", "<div class='alert alert-block alert-{$alertType}'>".$page."</div>".$e_forms->return_form());
|
$this->template->SetTag("stage_content", "<div class='alert alert-block alert-{$alertType}'>".$page."</div>".$e_forms->return_form());
|
||||||
$this->logLine('Stage 8 completed');
|
$this->logLine('Stage 8 completed');
|
||||||
|
|
||||||
|
e107::getMessage()->reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user