From b0847a61f52b8056365d26b52d23dddab329b62d Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Thu, 6 Oct 2011 21:22:01 +0200 Subject: Start using OC_JSON in gallery app --- apps/gallery/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/gallery/index.php') 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' ); -- cgit v1.2.3