mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Fix undefined variables and properties
This commit is contained in:
parent
94e2d8e11a
commit
010ba87c5b
4 changed files with 7 additions and 3 deletions
|
|
@ -941,6 +941,7 @@ class LayoutAdminController extends Layout
|
|||
$oModel = getModel('layout');
|
||||
$layoutInfo = $oModel->getLayout($layoutSrl);
|
||||
|
||||
$newLayoutInfo = new stdClass;
|
||||
if($layoutInfo->extra_var_count)
|
||||
{
|
||||
foreach($layoutInfo->extra_var as $varId => $val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue