mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
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:
parent
0280c474e4
commit
e7e74da1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue