aboutsummaryrefslogtreecommitdiffstats
path: root/mod/delegate.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-03-22 16:03:14 +0100
committerzottel <github@zottel.net>2012-03-22 16:03:14 +0100
commite7d80a79fff23e6f8900b40677d11d1022a45df6 (patch)
tree29355722fb8a3e993884e852a254277c80e90de4 /mod/delegate.php
parent3f3c4aec79bf3ceedd551bae7cec7acfd68e3772 (diff)
parent622b25df5f2d1ab21c9e23047bc0c98bfe72bad0 (diff)
downloadvolse-hubzilla-e7d80a79fff23e6f8900b40677d11d1022a45df6.tar.gz
volse-hubzilla-e7d80a79fff23e6f8900b40677d11d1022a45df6.tar.bz2
volse-hubzilla-e7d80a79fff23e6f8900b40677d11d1022a45df6.zip
Merge remote branch 'upstream/master'
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)
);