and a typo fix
This commit is contained in:
parent
159d06df82
commit
c2d70d005b
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ function dfrn_notify_post(&$a) {
|
||||||
$r = q("select `id` from `item` where `uri` = '%s' and AND `uid` = %d LIMIT 1",
|
$r = q("select `id` from `item` where `uri` = '%s' and AND `uid` = %d LIMIT 1",
|
||||||
dbesc($parent_uri),
|
dbesc($parent_uri),
|
||||||
intval($importer['importer_uid'])
|
intval($importer['importer_uid'])
|
||||||
)
|
);
|
||||||
if($r && count($r)) {
|
if($r && count($r)) {
|
||||||
|
|
||||||
logger('dfrn_notify: received remote comment');
|
logger('dfrn_notify: received remote comment');
|
||||||
|
|
Loading…
Reference in a new issue