mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 06:09:55 +09:00
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:
parent
260c90dc83
commit
339af82c13
1 changed files with 5 additions and 0 deletions
|
|
@ -162,6 +162,11 @@
|
||||||
return new Object(-1, 'msg_invalid_request');
|
return new Object(-1, 'msg_invalid_request');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($targetModule == '_SHORTCUT')
|
||||||
|
{
|
||||||
|
return new Object(0);
|
||||||
|
}
|
||||||
|
|
||||||
$oModuleModel = &getModel('module');
|
$oModuleModel = &getModel('module');
|
||||||
$xmlInfo = $oModuleModel->getModuleActionXml($targetModule);
|
$xmlInfo = $oModuleModel->getModuleActionXml($targetModule);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue