diff options
Diffstat (limited to 'apps/gallery')
-rwxr-xr-x | apps/gallery/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gallery/index.php b/apps/gallery/index.php index cc6faa1406b..1d7fc1aee74 100755 --- a/apps/gallery/index.php +++ b/apps/gallery/index.php @@ -23,7 +23,7 @@ -OC_Util::checkLoggedIn(); +OCP\User::checkLoggedIn(); OC_Util::checkAppEnabled('gallery'); OC_App::setActiveNavigationEntry( 'gallery_index' ); |