Fix for Issue #897

This commit is contained in:
SamBrishes 2018-12-31 10:31:51 +01:00
parent 445287f04c
commit d1d8180e39
1 changed files with 2 additions and 2 deletions

View File

@ -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));
?>
?>