aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/indexController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/indexController.php')
-rwxr-xr-xapp/controllers/indexController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php
index 15b0b1d18..76fd2cc75 100755
--- a/app/controllers/indexController.php
+++ b/app/controllers/indexController.php
@@ -194,7 +194,7 @@ class indexController extends ActionController {
$url = 'https://verifier.login.persona.org/verify';
$assert = Request::param ('assertion');
$params = 'assertion=' . $assert . '&audience=' .
- urlencode (Url::display () . ':80');
+ urlencode (Url::display (null, 'php', true));
$ch = curl_init ();
$options = array (
CURLOPT_URL => $url,