diff options
author | zotlabs <mike@macgirvin.com> | 2018-07-15 18:43:41 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-07-15 18:43:41 -0700 |
commit | cc91db55b7ca24cb0b97273bab948af91dac0511 (patch) | |
tree | acdc5df67e366a4bf472bccf42fa1e68d30a3812 /Zotlabs | |
parent | d71e70bedf4fa7244f3fcce789e29504c452d5cd (diff) | |
parent | bb7022350943c6f049641d50d28cb99caf019b83 (diff) | |
download | volse-hubzilla-cc91db55b7ca24cb0b97273bab948af91dac0511.tar.gz volse-hubzilla-cc91db55b7ca24cb0b97273bab948af91dac0511.tar.bz2 volse-hubzilla-cc91db55b7ca24cb0b97273bab948af91dac0511.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Notifications.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Module/Notifications.php b/Zotlabs/Module/Notifications.php index dfa007548..1762ad5f6 100644 --- a/Zotlabs/Module/Notifications.php +++ b/Zotlabs/Module/Notifications.php @@ -41,8 +41,6 @@ class Notifications extends \Zotlabs\Web\Controller { $notifications_available = 1; foreach ($r as $rr) { $x = strip_tags(bbcode($rr['msg'])); - if(strpos($x,',')) - $x = substr($x,strpos($x,',')+1); $notif_content .= replace_macros(get_markup_template('notify.tpl'),array( '$item_link' => z_root().'/notify/view/'. $rr['id'], '$item_image' => $rr['photo'], |