mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
issue 160 temp document not show in newest mcontent widget
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9394 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
39cbf6da40
commit
9c21e52f78
1 changed files with 1 additions and 0 deletions
|
|
@ -197,6 +197,7 @@
|
|||
$obj->sort_index = $args->order_target;
|
||||
$obj->order_type = $args->order_type=="desc"?"asc":"desc";
|
||||
$obj->list_count = $args->list_count;
|
||||
$obj->statusList = array('PUBLIC');
|
||||
$output = executeQueryArray('widgets.content.getNewestDocuments', $obj);
|
||||
if(!$output->toBool() || !$output->data) return;
|
||||
// If the result exists, make each document as an object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue