make bookmarks message into an 'info' so it expires and goes away after a bit

This commit is contained in:
friendica 2014-02-07 23:33:40 -08:00
parent 8c845f5d50
commit ecac985e33

View File

@ -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();