mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
issue 160, fix a bug for do not display layout instance that have a extra variable name "layout_type"
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9319 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4c747318ae
commit
42cb958d66
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
$args->layout_srl = getNextSequence();
|
||||
$args->layout = Context::get('layout');
|
||||
$args->title = Context::get('title');
|
||||
$args->layout_type = Context::get('layout_type');
|
||||
$args->layout_type = Context::get('_layout_type');
|
||||
if(!$args->layout_type) $args->layout_type = "P";
|
||||
|
||||
// Insert into the DB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue