mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
#381 php 5.4 호환성문제 수정
This commit is contained in:
parent
f84ecb39ce
commit
7813cb00a3
6 changed files with 9 additions and 2 deletions
|
|
@ -160,6 +160,7 @@ class documentView extends document
|
|||
if(!$oMemberModel->isLogged()) return $this->stop('msg_not_logged');
|
||||
// Get the saved document (module_srl is set to member_srl instead)
|
||||
$logged_info = Context::get('logged_info');
|
||||
$args = new stdClass();
|
||||
$args->member_srl = $logged_info->member_srl;
|
||||
$args->statusList = array($this->getConfigStatus('temp'));
|
||||
$args->page = (int)Context::get('page');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue