aboutsummaryrefslogtreecommitdiffstats
path: root/mod/delegate.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-22 06:19:27 -0700
committerfriendica <info@friendica.com>2012-03-22 06:19:27 -0700
commit40d19d5b8c34cdb2ad6d605e85206bbe57c0be13 (patch)
treebaf8c621f83fcd5eb9407eb9e4deb3657bbfe39a /mod/delegate.php
parentc7dcc58673470c53e5b390837518c24f55ee4558 (diff)
downloadvolse-hubzilla-40d19d5b8c34cdb2ad6d605e85206bbe57c0be13.tar.gz
volse-hubzilla-40d19d5b8c34cdb2ad6d605e85206bbe57c0be13.tar.bz2
volse-hubzilla-40d19d5b8c34cdb2ad6d605e85206bbe57c0be13.zip
normalise comparison link on delegation page
Diffstat (limited to 'mod/delegate.php')
-rw-r--r--mod/delegate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/delegate.php b/mod/delegate.php
index c19df0681..8c5031859 100644
--- a/mod/delegate.php
+++ b/mod/delegate.php
@@ -86,7 +86,7 @@ function delegate_content(&$a) {
$r = q("select nurl from contact where substring_index(contact.nurl,'/',3) = '%s'
and contact.uid = %d and contact.self = 0 and network = '%s' ",
- dbesc($a->get_baseurl()),
+ dbesc(normalise_link($a->get_baseurl())),
intval(local_user()),
dbesc(NETWORK_DFRN)
);