]> git.mxchange.org Git - friendica.git/commitdiff
and a typo fix
authorFriendika <info@friendika.com>
Wed, 5 Oct 2011 04:45:15 +0000 (21:45 -0700)
committerFriendika <info@friendika.com>
Wed, 5 Oct 2011 04:45:15 +0000 (21:45 -0700)
mod/dfrn_notify.php

index c7ad61ecc9df2b6becdc9028df6b944e767fc721..1ec825786efaa28e5026595641a376756f4dffe9 100644 (file)
@@ -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');