diff --git a/lib/private/NavigationManager.php b/lib/private/NavigationManager.php index 56f55e80331..ac6f16190dc 100644 --- a/lib/private/NavigationManager.php +++ b/lib/private/NavigationManager.php @@ -171,8 +171,8 @@ class NavigationManager implements INavigationManager { /** * @inheritDoc */ - public function setActiveEntry($id) { - $this->activeEntry = $id; + public function setActiveEntry($appId) { + $this->activeEntry = $appId; } /**