diff --git a/bl-kernel/ajax/get-published.php b/bl-kernel/ajax/get-published.php index b7688f47..00ca63f9 100644 --- a/bl-kernel/ajax/get-published.php +++ b/bl-kernel/ajax/get-published.php @@ -13,7 +13,7 @@ if ($query===false) { ))); } -$list = array(); +$tmp = array(); $published = $pages->getPublishedDB(); $statics = $pages->getStaticDB(); $pagesKey = array_merge($published, $statics);