diff --git a/lib/zin/wg/featurebar/v1.php b/lib/zin/wg/featurebar/v1.php index adc534c649..4c248ffb78 100644 --- a/lib/zin/wg/featurebar/v1.php +++ b/lib/zin/wg/featurebar/v1.php @@ -29,7 +29,7 @@ class featureBar extends wg protected function getItems() { $items = $this->prop('items'); - if(!empty($items)) return $items; + if(!empty($items)) return array_values($items); global $app, $lang; $currentModule = $this->prop('module', $app->rawModule);