aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Notifications.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-07-06 08:44:25 +0200
committerMario Vavti <mario@mariovavti.com>2018-07-06 08:44:25 +0200
commitd9037728313a6efcac069dc77ae4c6bc932455e7 (patch)
treedfe2f335c224b8c582d34ae92e3e7540eb0a7c87 /Zotlabs/Module/Notifications.php
parentcc71e507cbb08a4dfec3fa273484297d048a940e (diff)
downloadvolse-hubzilla-d9037728313a6efcac069dc77ae4c6bc932455e7.tar.gz
volse-hubzilla-d9037728313a6efcac069dc77ae4c6bc932455e7.tar.bz2
volse-hubzilla-d9037728313a6efcac069dc77ae4c6bc932455e7.zip
this is messing with names containing a comma and is superfluous now
Diffstat (limited to 'Zotlabs/Module/Notifications.php')
-rw-r--r--Zotlabs/Module/Notifications.php2
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'],