fix webzine widget used widgets.newest_document..

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6667 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-06-25 06:44:11 +00:00
parent 4a4c6a2532
commit af388fa06a

View file

@ -88,7 +88,7 @@
$obj->order_type = $widget_info->order_type=="desc"?"asc":"desc";
$obj->list_count = $widget_info->rows_list_count * $widget_info->cols_list_count;
$output = executeQueryArray('widgets.newest_document.getNewestDocuments', $obj);
$output = executeQueryArray('widgets.webzine.getNewestDocuments', $obj);
// document 모듈의 model 객체를 받아서 결과를 객체화 시킴
$oDocumentModel = &getModel('document');