mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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
|
// old page module instance update
|
||||||
$output = executeQuery('page.pageTypeNullCheck');
|
$output = executeQueryArray('page.pageTypeNullCheck');
|
||||||
if ($output->toBool() && $output->data){
|
if ($output->toBool() && $output->data){
|
||||||
foreach($output->data as $val){
|
foreach($output->data as $val){
|
||||||
$args->module_srl = $val->module_srl;
|
$args->module_srl = $val->module_srl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue