From 13b650d1400989a4e7db3c994d2a6db73b1abe3d Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 20 Apr 2013 18:14:23 -0700 Subject: [PATCH] Fix for alert message shown on frontpage after installation. --- install_.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_.php b/install_.php index acfb13103..3c9ddafa9 100644 --- a/install_.php +++ b/install_.php @@ -1166,6 +1166,8 @@ class e_install $this->finish_form(); $this->template->SetTag("stage_content", "
".$page."
".$e_forms->return_form()); $this->logLine('Stage 8 completed'); + + e107::getMessage()->reset(); } /**