Skip to content

Commit 391bbbc

Browse files
Merge pull request #40075 from nextcloud/bugfix/noid/fix-parameter-name-change
fix(API): Fix parameter name to match interface
2 parents db5dbd1 + 2abb503 commit 391bbbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/private/NavigationManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ public function clear($loadDefaultLinks = true) {
171171
/**
172172
* @inheritDoc
173173
*/
174-
public function setActiveEntry($id) {
175-
$this->activeEntry = $id;
174+
public function setActiveEntry($appId) {
175+
$this->activeEntry = $appId;
176176
}
177177

178178
/**

0 commit comments

Comments
 (0)