Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 021d311b authored by Morris Jobke's avatar Morris Jobke
Browse files

Use non-deprecated call to activate navigation entry



Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent ec1b1d65
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('rainloop');
OCP\App::setActiveNavigationEntry('rainloop_index');
\OC::$server->getNavigationManager()->setActiveEntry('rainloop_index');

// Load the empty file ../css/style.css, that's needed to allow theming of
// the Nextcloud header and navigation if rainloop is the active app.