mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 612 colorset checked bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9902 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
48c1e83b07
commit
49ef10867b
2 changed files with 5 additions and 1 deletions
|
|
@ -106,9 +106,10 @@
|
|||
$oModuleController = &getController('module');
|
||||
$output = $oModuleController->insertModuleConfig('integration_search',$args);
|
||||
|
||||
$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', 'dispIntegration_searchAdminSkinInfo');
|
||||
header('location:'.$returnUrl);
|
||||
$this->setRedirectUrl($returnUrl);
|
||||
return;
|
||||
}
|
||||
else $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue