aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-04-18 14:22:40 +0000
committerMario <mario@mariovavti.com>2020-04-18 14:22:40 +0000
commit42631b5943551d025c95e0b76e85471f4bde7101 (patch)
tree511e41f719c0300605f5abbed1adb31680a32bf2 /Zotlabs
parent109f9eed611949bdd1d03183e8e05d1236a38ac7 (diff)
downloadvolse-hubzilla-42631b5943551d025c95e0b76e85471f4bde7101.tar.gz
volse-hubzilla-42631b5943551d025c95e0b76e85471f4bde7101.tar.bz2
volse-hubzilla-42631b5943551d025c95e0b76e85471f4bde7101.zip
revert
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Activity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index f80f71a74..613f939ab 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -956,7 +956,7 @@ class Activity {
// The xchan_url for mastodon is a text/html rendering. This is called from map_mentions where we need
// to convert the mention url to an ActivityPub id. If this fails for any reason, return the url we have
- $r = q("select hubloc_network, hubloc_hash, hubloc_id_url from hubloc where hubloc_id_url = '%s' and hubloc_id_url != '' limit 1",
+ $r = q("select hubloc_network, hubloc_hash, hubloc_id_url from hubloc where hubloc_id_url = '%s' limit 1",
dbesc($url)
);