another typo

This commit is contained in:
Friendika 2011-10-04 21:53:33 -07:00
parent c2d70d005b
commit 6ff221d5a1
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ function dfrn_notify_post(&$a) {
// was the top-level post for this reply written by somebody on this site? Specifically, the recipient?
$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 `uid` = %d LIMIT 1",
dbesc($parent_uri),
intval($importer['importer_uid'])
);