aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r--mod/dfrn_notify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php
index c7ad61ecc..1ec825786 100644
--- a/mod/dfrn_notify.php
+++ b/mod/dfrn_notify.php
@@ -456,7 +456,7 @@ function dfrn_notify_post(&$a) {
$r = q("select `id` from `item` where `uri` = '%s' and AND `uid` = %d LIMIT 1",
dbesc($parent_uri),
intval($importer['importer_uid'])
- )
+ );
if($r && count($r)) {
logger('dfrn_notify: received remote comment');