mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
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:
parent
ee0fa34f5f
commit
6e3f1b1aa0
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Get module information by mid
|
* @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->mid = $mid;
|
||||||
$args->site_srl = (int)$site_srl;
|
$args->site_srl = (int)$site_srl;
|
||||||
$oCacheHandler = &CacheHandler::getInstance('object');
|
$oCacheHandler = &CacheHandler::getInstance('object');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue