aboutsummaryrefslogtreecommitdiffstats
path: root/include/bookmarks.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-05 03:29:02 -0800
committerfriendica <info@friendica.com>2014-02-05 03:29:02 -0800
commit24f32e55c88311867218c1d93c808cd842453078 (patch)
treed7a34f8a81e465036ca601e88734ade4b3e09410 /include/bookmarks.php
parentf30a39f9df5dc0cc70a9cb9befe87a8723c75721 (diff)
downloadvolse-hubzilla-24f32e55c88311867218c1d93c808cd842453078.tar.gz
volse-hubzilla-24f32e55c88311867218c1d93c808cd842453078.tar.bz2
volse-hubzilla-24f32e55c88311867218c1d93c808cd842453078.zip
bookmarking bugfix
Diffstat (limited to 'include/bookmarks.php')
-rw-r--r--include/bookmarks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bookmarks.php b/include/bookmarks.php
index 7a9f40697..99cb60e64 100644
--- a/include/bookmarks.php
+++ b/include/bookmarks.php
@@ -48,7 +48,7 @@ function bookmark_add($channel,$sender,$taxonomy,$private) {
intval($channel_id)
);
if($r)
- logger('duplicate menu entry');
+ logger('add_bookmark: duplicate menu entry', LOGGER_DEBUG);
if(! $r)
$r = menu_add_item($menu_id,$channel_id,$iarr);
return $r;