diff options
author | Bart Visscher <bartv@thisnet.nl> | 2011-10-06 21:22:01 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2011-10-06 21:22:01 +0200 |
commit | b0847a61f52b8056365d26b52d23dddab329b62d (patch) | |
tree | e7dbae23e5b7ff6d4388704c4e846bfb6c6e16df /apps/gallery/index.php | |
parent | 4786ed321e802f8a63cff2bc4cb36461a3385971 (diff) | |
download | nextcloud-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.php | 1 |
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' ); |