mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
#1070 보완
This commit is contained in:
parent
db557b8488
commit
e20859eef7
1 changed files with 1 additions and 0 deletions
|
|
@ -562,6 +562,7 @@ class documentModel extends document
|
|||
*/
|
||||
function getDocumentCount($module_srl, $search_obj = NULL)
|
||||
{
|
||||
if(is_null($search_obj)) $search_obj = new stdClass();
|
||||
$search_obj->module_srl = $module_srl;
|
||||
|
||||
$output = executeQuery('document.getDocumentCount', $search_obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue