summaryrefslogtreecommitdiffstats
path: root/lib/private/NavigationManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/NavigationManager.php')
-rw-r--r--lib/private/NavigationManager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/NavigationManager.php b/lib/private/NavigationManager.php
index 47d20073455..1de5b1d6a14 100644
--- a/lib/private/NavigationManager.php
+++ b/lib/private/NavigationManager.php
@@ -115,7 +115,7 @@ class NavigationManager implements INavigationManager {
foreach ($this->closureEntries as $c) {
$this->add($c());
}
- $this->closureEntries = array();
+ $this->closureEntries = [];
$result = $this->entries;
if ($type !== 'all') {