mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
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:
parent
4a4c6a2532
commit
af388fa06a
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue