aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2015-07-08 14:38:00 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2015-07-08 14:38:00 +0200
commit07e890a79a5c506b2e32272edf86ad4aba3b8fba (patch)
treee4dc09eabadfd7eec0d9bb5d143ad8e20ba01113 /include
parent3f9e39a9e3d72681056475fe60b193ef78caf536 (diff)
parent7db1bd23f0056a5918f6f1657fdc3a968c18574e (diff)
downloadvolse-hubzilla-07e890a79a5c506b2e32272edf86ad4aba3b8fba.tar.gz
volse-hubzilla-07e890a79a5c506b2e32272edf86ad4aba3b8fba.tar.bz2
volse-hubzilla-07e890a79a5c506b2e32272edf86ad4aba3b8fba.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 31a12b763..4ac346002 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -80,7 +80,7 @@ function zot_get_hublocs($hash) {
/* Only search for active hublocs - e.g. those that haven't been marked deleted */
- $ret = q("select * from hubloc where hubloc_hash = '%s' and hubloc_deleted != 0 order by hubloc_url ",
+ $ret = q("select * from hubloc where hubloc_hash = '%s' and hubloc_deleted = 0 order by hubloc_url ",
dbesc($hash)
);