mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 2301 remove wrong parameter
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11118 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
885c934805
commit
804422dc03
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
|||
* @param int $module_srl
|
||||
* @return bool
|
||||
*/
|
||||
function isModuleUsingPublishValidation($document_srl=null, $module_srl=null)
|
||||
function isModuleUsingPublishValidation($module_srl=null)
|
||||
{
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($module_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue