aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Ping.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-24 15:01:34 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-24 15:01:34 +0100
commit87eaa6d8e5a5fece531a8ce191f8e89e90f673c2 (patch)
treed0caef88e6ba72f1009659a11c666fffe59ac982 /Zotlabs/Module/Ping.php
parent14f12927436f71c753127be83f348d89b99401b6 (diff)
downloadvolse-hubzilla-87eaa6d8e5a5fece531a8ce191f8e89e90f673c2.tar.gz
volse-hubzilla-87eaa6d8e5a5fece531a8ce191f8e89e90f673c2.tar.bz2
volse-hubzilla-87eaa6d8e5a5fece531a8ce191f8e89e90f673c2.zip
some more work on mod hq
Diffstat (limited to 'Zotlabs/Module/Ping.php')
-rw-r--r--Zotlabs/Module/Ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php
index 406e554d1..84f9d2a21 100644
--- a/Zotlabs/Module/Ping.php
+++ b/Zotlabs/Module/Ping.php
@@ -496,7 +496,7 @@ class Ping extends \Zotlabs\Web\Controller {
$r = q("SELECT id, item_wall FROM item
WHERE item_unseen = 1 and uid = %d
$item_normal
- AND author_xchan != '%s' $sql_extra ",
+ AND author_xchan != '%s'",
intval(local_channel()),
dbesc($ob_hash)
);