aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-02-06 21:24:41 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-02-06 21:24:41 +0100
commit64be33a3ff9ddae16ba7a57c842441a2d0058a5b (patch)
treed38bd6a01ee07d3b4b77659199c74294f8ebb1f8 /include/notifier.php
parent8cced061bba8d5ef18e2fa5ead0edcdc90d06e73 (diff)
downloadvolse-hubzilla-64be33a3ff9ddae16ba7a57c842441a2d0058a5b.tar.gz
volse-hubzilla-64be33a3ff9ddae16ba7a57c842441a2d0058a5b.tar.bz2
volse-hubzilla-64be33a3ff9ddae16ba7a57c842441a2d0058a5b.zip
fixed missing close parenthesis
Diffstat (limited to 'include/notifier.php')
-rw-r--r--include/notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index a71da853d..07bde7c4d 100644
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -84,7 +84,7 @@ function notifier_run($argv, $argc){
if($items[0]['deleted']) {
foreach($items as $item)
$item['deleted'] = 1;
-
+ }
}
$r = q("SELECT `contact`.*, `user`.`nickname`, `user`.`sprvkey`, `user`.`spubkey`, `user`.`page-flags`