issue 2642 hide permit option in shortcut menu

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11959 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2012-10-30 02:03:19 +00:00
parent 260c90dc83
commit 339af82c13

View file

@ -162,6 +162,11 @@
return new Object(-1, 'msg_invalid_request');
}
if($targetModule == '_SHORTCUT')
{
return new Object(0);
}
$oModuleModel = &getModel('module');
$xmlInfo = $oModuleModel->getModuleActionXml($targetModule);