mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix missing variable in getLayout()
This commit is contained in:
parent
d83ccd67aa
commit
f12e95c3b4
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ class layoutModel extends layout
|
|||
$args->layout_srl = $layout_srl;
|
||||
$output = executeQuery('layout.getLayout', $args);
|
||||
if(!$output->data) return;
|
||||
$layout = $output->data->layout;
|
||||
|
||||
// Return xml file informaton after listing up the layout and extra_vars
|
||||
$layout_info = $this->getLayoutInfo($layout, $output->data, $output->data->layout_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue