summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/bookmarksHelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmarks/bookmarksHelper.php')
-rwxr-xr-x[-rw-r--r--]apps/bookmarks/bookmarksHelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/bookmarksHelper.php b/apps/bookmarks/bookmarksHelper.php
index f1464be79de..25c9b4cc7f2 100644..100755
--- a/apps/bookmarks/bookmarksHelper.php
+++ b/apps/bookmarks/bookmarksHelper.php
@@ -101,7 +101,7 @@ function addBookmark($url, $title, $tags='') {
$params=array(
htmlspecialchars_decode($url),
htmlspecialchars_decode($title),
- OC_User::getUser()
+ OCP\USER::getUser()
);
$query->execute($params);