From e8ec999090d06127861bf51bf77c9ab2a50647ce Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Tue, 1 May 2012 09:49:22 +0200 Subject: port to use the new public api --- apps/bookmarks/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/bookmarks') 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' ); -- cgit v1.2.3