mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
issue 2272 layout config copy bug fix
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11069 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c793a1c13c
commit
21e4539dfc
2 changed files with 19 additions and 5 deletions
|
|
@ -97,6 +97,16 @@
|
|||
return $layout_info;
|
||||
}
|
||||
|
||||
function getLayoutRawData($layout_srl, $columnList = array())
|
||||
{
|
||||
$args->layout_srl = $layout_srl;
|
||||
$output = executeQuery('layout.getLayout', $args, $columnList);
|
||||
if(!$output->toBool())
|
||||
return;
|
||||
|
||||
return $output->data->extra_vars;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a layout path
|
||||
* @param string $layout_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue