#306 refer: r3163

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3168 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-12-07 03:05:52 +00:00
parent cff79d0f6f
commit 030d7ab420

View file

@ -88,7 +88,7 @@
$browser_title = $value->browser_title;
$obj->module_srl = $module_srl;
$output = executeQuery("widgets.tab_newest_document.getNewestDocuments", $obj);
$output = executeQueryArray("widgets.tab_newest_document.getNewestDocuments", $obj);
unset($data);
if($output->data && count($output->data)) {