Fix for Issue #897
This commit is contained in:
parent
445287f04c
commit
d1d8180e39
|
@ -13,7 +13,7 @@ if ($query===false) {
|
||||||
)));
|
)));
|
||||||
}
|
}
|
||||||
|
|
||||||
$list = array();
|
$tmp = array();
|
||||||
$published = $pages->getPublishedDB();
|
$published = $pages->getPublishedDB();
|
||||||
$statics = $pages->getStaticDB();
|
$statics = $pages->getStaticDB();
|
||||||
$pagesKey = array_merge($published, $statics);
|
$pagesKey = array_merge($published, $statics);
|
||||||
|
@ -33,4 +33,4 @@ foreach ($pagesKey as $pageKey) {
|
||||||
|
|
||||||
exit (json_encode($tmp));
|
exit (json_encode($tmp));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue