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

Unverified Commit fba71346 authored by Morris Jobke's avatar Morris Jobke
Browse files

Nextcloud will handle if an app is disabled and redirect to a valid URL



Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
parent 021d311b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@
 */

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

// Load the empty file ../css/style.css, that's needed to allow theming of
+0 −1
Original line number Diff line number Diff line
@@ -10,7 +10,6 @@
 */

OCP\User::checkLoggedIn();
OCP\App::checkAppEnabled('rainloop');

OCP\Util::addScript('rainloop', 'personal');