summaryrefslogtreecommitdiffstats
path: root/apps/gallery/index.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2011-10-06 21:22:01 +0200
committerBart Visscher <bartv@thisnet.nl>2011-10-06 21:22:01 +0200
commitb0847a61f52b8056365d26b52d23dddab329b62d (patch)
treee7dbae23e5b7ff6d4388704c4e846bfb6c6e16df /apps/gallery/index.php
parent4786ed321e802f8a63cff2bc4cb36461a3385971 (diff)
downloadnextcloud-server-b0847a61f52b8056365d26b52d23dddab329b62d.tar.gz
nextcloud-server-b0847a61f52b8056365d26b52d23dddab329b62d.zip
Start using OC_JSON in gallery app
Diffstat (limited to 'apps/gallery/index.php')
-rw-r--r--apps/gallery/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gallery/index.php b/apps/gallery/index.php
index c8d5892e555..87fdafcf13c 100644
--- a/apps/gallery/index.php
+++ b/apps/gallery/index.php
@@ -2,6 +2,7 @@
require_once('../../lib/base.php');
OC_Util::checkLoggedIn();
+OC_Util::checkAppEnabled('gallery');
OC_App::setActiveNavigationEntry( 'gallery_index' );