diff --git a/control/Session.php b/control/Session.php index d0326c5f4..7ce089721 100644 --- a/control/Session.php +++ b/control/Session.php @@ -440,8 +440,8 @@ class Session { * @param type the type of message */ public static function setFormMessage($formname,$message,$type){ - Session::set("FormInfo.$formname.message", $message); - Session::set("FormInfo.$formname.type", $type); + Session::set("FormInfo.$formname.formError.message", $message); + Session::set("FormInfo.$formname.formError.type", $type); } /**