summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/index.php
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-01 09:49:22 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-01 09:49:22 +0200
commite8ec999090d06127861bf51bf77c9ab2a50647ce (patch)
tree9f49a7d09350da41399c116848314505342e7da9 /apps/bookmarks/index.php
parent0195d5b4393dee68bb8a51068f10d0dc035b9d39 (diff)
downloadnextcloud-server-e8ec999090d06127861bf51bf77c9ab2a50647ce.tar.gz
nextcloud-server-e8ec999090d06127861bf51bf77c9ab2a50647ce.zip
port to use the new public api
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' );