Skip to content

Commit

Permalink
A small fix for issue #05877
Browse files Browse the repository at this point in the history
  • Loading branch information
sachdeva-shubham committed Mar 23, 2012
1 parent 1296664 commit 1d66d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions group.php
Expand Up @@ -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();
}
}
}

Expand Down

0 comments on commit 1d66d91

Please sign in to comment.