mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 19:02:14 +09:00
Issue 2272 serialize extra_vars on the layout-copy method.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11067 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d89c634dd0
commit
55ebaaf315
1 changed files with 5 additions and 1 deletions
|
|
@ -663,7 +663,11 @@
|
|||
$this->initLayout($args->layout_srl, $args->layout);
|
||||
|
||||
// update layout info
|
||||
$args->extra_vars = $layout->extra_var;
|
||||
foreach($layout->extra_var as $key => $vals)
|
||||
{
|
||||
$args->extra_var->{$key} = $vals->value;
|
||||
}
|
||||
$args->extra_vars = serialize($args->extra_var);
|
||||
$output = $this->updateLayout($args);
|
||||
if (!$output->toBool())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue