aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-08 08:29:04 +0000
committerMario <mario@mariovavti.com>2021-05-08 08:29:56 +0000
commit00fc5541dbc6db354a215cbdf412c0883bde228a (patch)
treeda163b73080226479fdbb203c0ee4e4a04efd782
parent12828ee4d49db09e3adc61c1e53b501fe38050fb (diff)
downloadvolse-hubzilla-00fc5541dbc6db354a215cbdf412c0883bde228a.tar.gz
volse-hubzilla-00fc5541dbc6db354a215cbdf412c0883bde228a.tar.bz2
volse-hubzilla-00fc5541dbc6db354a215cbdf412c0883bde228a.zip
remove redundant placeholder in query
(cherry picked from commit 954d06bdb7c8ef9f73f799eec72fcbd8bbc56b9f)
-rw-r--r--Zotlabs/Lib/Activity.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index e036c7b1e..6e8344def 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -132,8 +132,8 @@ class Activity {
}
static function fetch_profile($x) {
- $r = q("select * from xchan where xchan_url like '%s' limit 1",
- dbesc($x['id'] . '/%')
+ $r = q("select * from xchan where xchan_url = '%s' limit 1",
+ dbesc($x['id'])
);
if (!$r) {
$r = q("select * from xchan where xchan_hash = '%s' limit 1",