diff options
Diffstat (limited to 'apps/gallery/index.php')
-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 1d7fc1aee74..0ae6b15d763 100755 --- a/apps/gallery/index.php +++ b/apps/gallery/index.php @@ -25,7 +25,7 @@ OCP\User::checkLoggedIn(); OC_Util::checkAppEnabled('gallery'); -OC_App::setActiveNavigationEntry( 'gallery_index' ); +OCP\App::setActiveNavigationEntry( 'gallery_index' ); if (!file_exists(OC_Config::getValue("datadirectory").'/'. OCP\USER::getUser() .'/gallery')) { mkdir(OC_Config::getValue("datadirectory").'/'. OCP\USER::getUser() .'/gallery'); |