mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
remove OC_App::getActiveNavigationEntry - not unsed anymore
This commit is contained in:
parent
e6d4496fc2
commit
46a6c6d70b
1 changed files with 0 additions and 14 deletions
|
|
@ -360,20 +360,6 @@ class OC_App {
|
|||
$appManager->disableApp($app);
|
||||
}
|
||||
|
||||
/**
|
||||
* gets the active Menu entry
|
||||
*
|
||||
* @return string id or empty string
|
||||
*
|
||||
* This function returns the id of the active navigation entry (set by
|
||||
* setActiveNavigationEntry
|
||||
*
|
||||
* @deprecated Use \OC::$server->getNavigationManager()->getActiveEntry() instead
|
||||
*/
|
||||
public static function getActiveNavigationEntry() {
|
||||
return OC::$server->getNavigationManager()->getActiveEntry();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the Settings Navigation
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue