summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmarks/index.php')
-rw-r--r--apps/bookmarks/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/index.php b/apps/bookmarks/index.php
index 4d604a4fd55..d36321a1ef9 100644
--- a/apps/bookmarks/index.php
+++ b/apps/bookmarks/index.php
@@ -30,7 +30,7 @@ OC_Util::checkAppEnabled('bookmarks');
OC_App::setActiveNavigationEntry( 'bookmarks_index' );
OC_Util::addScript('bookmarks','bookmarks');
-OC_Util::addStyle('bookmarks', 'bookmarks');
+OCP\Util::addStyle('bookmarks', 'bookmarks');
$tmpl = new OC_Template( 'bookmarks', 'list', 'user' );