diff options
author | Georg Ehrke <dev@georgswebsite.de> | 2012-08-26 16:30:30 +0200 |
---|---|---|
committer | Georg Ehrke <dev@georgswebsite.de> | 2012-08-26 16:30:30 +0200 |
commit | 44f5033e290438ac7c09a0a345da4a68ff146c85 (patch) | |
tree | d50d8a039f2c06437f5c6e4f75c53b6bf7e1fc81 /apps/impress/index.php | |
parent | 8c8496aff9fb634aa98a7e49999cdf2e724a35a1 (diff) | |
parent | 2028c8116122f56d8087716e42162fdc651819d3 (diff) | |
download | nextcloud-server-44f5033e290438ac7c09a0a345da4a68ff146c85.tar.gz nextcloud-server-44f5033e290438ac7c09a0a345da4a68ff146c85.zip |
Merge branch 'master' of github.com:owncloud/core
Diffstat (limited to 'apps/impress/index.php')
-rwxr-xr-x | apps/impress/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/impress/index.php b/apps/impress/index.php index c7213d86614..59960ba96fa 100755 --- a/apps/impress/index.php +++ b/apps/impress/index.php @@ -24,6 +24,7 @@ require_once('lib/impress.php'); OCP\User::checkLoggedIn(); +OC_Util::checkAppEnabled('impress'); OCP\App::setActiveNavigationEntry( 'impress_index' ); |