diff options
Diffstat (limited to 'apps/bookmarks/index.php')
-rwxr-xr-x | apps/bookmarks/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/index.php b/apps/bookmarks/index.php index bfac1d29343..f545d79da61 100755 --- a/apps/bookmarks/index.php +++ b/apps/bookmarks/index.php @@ -25,7 +25,7 @@ // Check if we are a user OCP\User::checkLoggedIn(); -OC_Util::checkAppEnabled('bookmarks'); +OCP\App::checkAppEnabled('bookmarks'); OCP\App::setActiveNavigationEntry( 'bookmarks_index' ); |