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:
ovclas 2011-06-21 09:12:06 +00:00
parent 77722f35b9
commit 4c9ce4db07
4 changed files with 18 additions and 3 deletions

View file

@ -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;
}
}
/**