aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 2124c18e7..92f739549 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -115,7 +115,7 @@
$recipients = array_unique(array_merge($recipients,$allow_people,$allow_groups),SORT_NUMERIC);
$deny = array_unique(array_merge($deny_people,$deny_groups),SORT_NUMERIC);
$recipients = array_diff($recipients,$deny);
-
+
$conversant_str = dbesc(implode(', ',$conversants));
@@ -253,7 +253,7 @@
}
}
}
- $atom .= "</feed>\r\n";
+ $atom .= '</feed>' . "\r\n";
if($debugging)
echo $atom;