diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-20 14:27:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-20 14:27:20 +0100 |
commit | 0325efeb350f575f70f18e9f199ad273e5ba1d15 (patch) | |
tree | 742ffbc2b46a31547f114124546353d3b1102157 /Zotlabs/Module | |
parent | 9ab33f1e134e6e7694a42b92fc9d73c2e6dcffd1 (diff) | |
parent | 250d947667b1500633d80b043ac3760be21446fc (diff) | |
download | volse-hubzilla-0325efeb350f575f70f18e9f199ad273e5ba1d15.tar.gz volse-hubzilla-0325efeb350f575f70f18e9f199ad273e5ba1d15.tar.bz2 volse-hubzilla-0325efeb350f575f70f18e9f199ad273e5ba1d15.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r-- | Zotlabs/Module/Ping.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Ping.php b/Zotlabs/Module/Ping.php index 8644b8326..406e554d1 100644 --- a/Zotlabs/Module/Ping.php +++ b/Zotlabs/Module/Ping.php @@ -492,10 +492,11 @@ class Ping extends \Zotlabs\Web\Controller { $t3 = dba_timer(); if($vnotify & (VNOTIFY_NETWORK|VNOTIFY_CHANNEL)) { + $r = q("SELECT id, item_wall FROM item WHERE item_unseen = 1 and uid = %d $item_normal - AND author_xchan != '%s'", + AND author_xchan != '%s' $sql_extra ", intval(local_channel()), dbesc($ob_hash) ); |