From fed84f8daf34cb07253e15dc0e8a0f55dfcb57e3 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 9 Jul 2012 00:35:24 +1200 Subject: [PATCH] Fix URLencoding & location. --- inc/Principal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Principal.php b/inc/Principal.php index 212158dc..e46e94df 100644 --- a/inc/Principal.php +++ b/inc/Principal.php @@ -487,7 +487,7 @@ class Principal { default: fatal('Unknown internal URL type "'.$type.'"'); } - return $result; + return ConstructURL(rawurldecode($result)); }