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:
ovclas 2012-08-30 01:43:02 +00:00
parent 885c934805
commit 804422dc03

View file

@ -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);