Fix URLencoding & location.

This commit is contained in:
Andrew McMillan 2012-07-09 00:35:24 +12:00
parent e3acbd6d14
commit fed84f8daf

View File

@ -487,7 +487,7 @@ class Principal {
default: default:
fatal('Unknown internal URL type "'.$type.'"'); fatal('Unknown internal URL type "'.$type.'"');
} }
return $result; return ConstructURL(rawurldecode($result));
} }