mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
another typo
This commit is contained in:
parent
c2d70d005b
commit
6ff221d5a1
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue