From 1d66d91f11a9311e08c3bababb77abe9dbe65b57 Mon Sep 17 00:00:00 2001 From: magiclko Date: Sat, 24 Mar 2012 01:52:21 +0530 Subject: [PATCH] A small fix for issue #05877 --- group.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group.php b/group.php index ff049c4a8e5..7ff3198f34f 100644 --- a/group.php +++ b/group.php @@ -246,8 +246,8 @@ $moveResult = LimeExpressionManager::JumpTo($_SESSION['step'],false,true,false,false,true); // by jumping to current step, saves data so far if (!is_null($moveResult)) { - $flashmessage = $clang->gT('Your survey was successfully saved.'); - } + $flashmessage = savedcontrol(); + } } }