mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
issue 689 only showed temp document, when status code is temp
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9726 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e38e281ad7
commit
5b65af93ce
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@
|
|||
$args->member_srl = $obj->member_srl;
|
||||
|
||||
// only admin document list, temp document showing
|
||||
if($obj->statusList) $args->statusList;
|
||||
if($obj->statusList) $args->statusList = $obj->statusList;
|
||||
else
|
||||
{
|
||||
if($logged_info->is_admin == 'Y' && !$obj->module_srl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue