From ecac985e338b8b79e3768d3f1cf42e80f2ce8f90 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 7 Feb 2014 23:33:40 -0800 Subject: make bookmarks message into an 'info' so it expires and goes away after a bit --- mod/bookmarks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/bookmarks.php') diff --git a/mod/bookmarks.php b/mod/bookmarks.php index de30d9bb6..67208937d 100644 --- a/mod/bookmarks.php +++ b/mod/bookmarks.php @@ -35,7 +35,7 @@ function bookmarks_init(&$a) { } foreach($terms as $t) { bookmark_add($u,$s[0],$t,$item['item_private']); - notice( t('Bookmark added') . EOL); + info( t('Bookmark added') . EOL); } } killme(); -- cgit v1.2.3