mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
issue 46 validator apply editor module
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8515 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77722f35b9
commit
4c9ce4db07
4 changed files with 18 additions and 3 deletions
|
|
@ -134,6 +134,13 @@
|
|||
$oEditorController->removeCache($args->site_srl);
|
||||
|
||||
$this->setMessage('success_updated');
|
||||
if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON'))) {
|
||||
global $lang;
|
||||
alertScript($lang->success_updated);
|
||||
reload(true);
|
||||
closePopupScript();
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue