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();
|
||||
$statics = $pages->getStaticDB();
|
||||
$pagesKey = array_merge($published, $statics);
|
||||
|
@ -33,4 +33,4 @@ foreach ($pagesKey as $pageKey) {
|
|||
|
||||
exit (json_encode($tmp));
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue