issue 2094, fixed a bug. Validator message does not disappear after display message by message module.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10791 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-06-25 08:36:22 +00:00
parent 0280c474e4
commit e7e74da1f8

View file

@ -430,7 +430,7 @@
$procResult = $oModule->proc();
if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON')))
if(!$oModule->stop_proc && !in_array(Context::getRequestMethod(),array('XMLRPC','JSON')))
{
$error = $oModule->getError();
$message = $oModule->getMessage();