Merge pull request #900 from pytesNET/master

Fix for Issue #897
This commit is contained in:
Diego Najar 2018-12-31 11:10:39 +01:00 committed by GitHub
commit a1f6e698f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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);