mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
issue 49 fixed a bug r8491
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8530 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d964631a14
commit
e7a06eda32
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
|
||||
// old page module instance update
|
||||
$output = executeQuery('page.pageTypeNullCheck');
|
||||
$output = executeQueryArray('page.pageTypeNullCheck');
|
||||
if ($output->toBool() && $output->data){
|
||||
foreach($output->data as $val){
|
||||
$args->module_srl = $val->module_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue