aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-23 18:15:18 -0700
committerzotlabs <mike@macgirvin.com>2018-04-23 18:15:18 -0700
commit59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86 (patch)
tree441eaf27002043e6efec5c8935ae6faaca7d57eb /Zotlabs
parent97308ad2fbb31ec90644e6145ec6e17bc9663c22 (diff)
parent2dff10564c66ceb9f199d4edc936a542c28f5104 (diff)
downloadvolse-hubzilla-59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86.tar.gz
volse-hubzilla-59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86.tar.bz2
volse-hubzilla-59ac3d04eb7739e995a1d7392c4ef8ca0b6c5f86.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'Zotlabs')
-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 87f9ee78a..206b8c3d1 100644
--- a/Zotlabs/Module/Ping.php
+++ b/Zotlabs/Module/Ping.php
@@ -143,7 +143,7 @@ class Ping extends \Zotlabs\Web\Controller {
$sql_extra = '';
if(! ($vnotify & VNOTIFY_LIKE))
- $sql_extra = ' AND verb NOT IN ("' . dbesc(ACTIVITY_LIKE) . '", "' . dbesc(ACTIVITY_DISLIKE) . '") ';
+ $sql_extra = " AND verb NOT IN ('" . dbesc(ACTIVITY_LIKE) . "', '" . dbesc(ACTIVITY_DISLIKE) . "') ";
$discover_tab_on = can_view_public_stream();