aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-07 23:33:40 -0800
committerfriendica <info@friendica.com>2014-02-07 23:33:40 -0800
commitecac985e338b8b79e3768d3f1cf42e80f2ce8f90 (patch)
tree5c6c9d220b7d88787352fde953c70542fc1be0d4
parent8c845f5d506e333ecd8eaed3139bcd7e344ef346 (diff)
downloadvolse-hubzilla-ecac985e338b8b79e3768d3f1cf42e80f2ce8f90.tar.gz
volse-hubzilla-ecac985e338b8b79e3768d3f1cf42e80f2ce8f90.tar.bz2
volse-hubzilla-ecac985e338b8b79e3768d3f1cf42e80f2ce8f90.zip
make bookmarks message into an 'info' so it expires and goes away after a bit
-rw-r--r--mod/bookmarks.php2
1 files changed, 1 insertions, 1 deletions
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();