mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
issue 1894 fixed update method with invalid argument
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10975 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f59eec72f0
commit
2f08f0c273
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@
|
|||
$oDB->addColumn('layouts','layout_type','char',1,'P',true);
|
||||
}
|
||||
|
||||
$args->layout = '.';
|
||||
$output = executeQueryArray('layout.getLayoutDotList', $args);
|
||||
if($output->data && count($output->data) > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue