issue 449 rollback

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9671 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-10-18 01:12:32 +00:00
parent ee0fa34f5f
commit 6e3f1b1aa0

View file

@ -148,7 +148,7 @@
/**
* @brief Get module information by mid
**/
function getModuleInfoByMid($mid, $site_srl, $columnList = array()) {
function getModuleInfoByMid($mid, $site_srl = 0, $columnList = array()) {
$args->mid = $mid;
$args->site_srl = (int)$site_srl;
$oCacheHandler = &CacheHandler::getInstance('object');