mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
extra_vars viewer
This commit is contained in:
parent
816cc9f841
commit
4c4df273d1
2 changed files with 8 additions and 3 deletions
|
|
@ -1172,6 +1172,9 @@ class boardView extends board
|
|||
return new Object(-1, 'msg_not_permitted');
|
||||
}
|
||||
$update_log = $oDocumentModel->getUpdateLog($update_id);
|
||||
$extra_vars = unserialize($update_log->extra_vars);
|
||||
|
||||
Context::set('extra_vars', $extra_vars);
|
||||
Context::set('update_log', $update_log);
|
||||
|
||||
$this->setTemplateFile('update_view');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue