From: friendica Date: Thu, 22 Mar 2012 13:19:27 +0000 (-0700) Subject: normalise comparison link on delegation page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40d19d5b8c34cdb2ad6d605e85206bbe57c0be13;p=friendica.git normalise comparison link on delegation page --- diff --git a/mod/delegate.php b/mod/delegate.php index c19df0681d..8c50318590 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) );