document module config change from procfilter to post

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9744 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-26 01:46:20 +00:00
parent 45fb978a9b
commit aea75a5e49
3 changed files with 12 additions and 4 deletions

View file

@ -640,10 +640,10 @@
}
$this->setError(-1);
$this->setMessage('success_updated');
$this->setMessage('success_updated', 'info');
if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON'))) {
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispBoardAdminContent');
header('location:'.$returnUrl);
$this->setRedirectUrl($returnUrl);
return;
}
}