and a typo fix

This commit is contained in:
Friendika 2011-10-04 21:45:15 -07:00
parent 159d06df82
commit c2d70d005b
1 changed files with 1 additions and 1 deletions

View 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');