aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-04 21:53:33 -0700
committerFriendika <info@friendika.com>2011-10-04 21:53:33 -0700
commit6ff221d5a16ed9ca18a3fe8399b1588d5234fcc5 (patch)
tree1d7c55495c55ba2194b9ac494be9b9731239ee99 /mod/dfrn_notify.php
parentc2d70d005bc967e19c0da23d1490bf64e3582c10 (diff)
downloadvolse-hubzilla-6ff221d5a16ed9ca18a3fe8399b1588d5234fcc5.tar.gz
volse-hubzilla-6ff221d5a16ed9ca18a3fe8399b1588d5234fcc5.tar.bz2
volse-hubzilla-6ff221d5a16ed9ca18a3fe8399b1588d5234fcc5.zip
another typo
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r--mod/dfrn_notify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php
index 1ec825786..9e9809950 100644
--- a/mod/dfrn_notify.php
+++ b/mod/dfrn_notify.php
@@ -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'])
);