diff --git a/core/model/RedirectorPage.php b/core/model/RedirectorPage.php index a8f117e81..7e9bf980a 100755 --- a/core/model/RedirectorPage.php +++ b/core/model/RedirectorPage.php @@ -62,7 +62,7 @@ class RedirectorPage extends Page { function redirectionLink() { if($this->RedirectionType == 'External') { if($this->ExternalURL) { - return Convert::raw2att($this->ExternalURL); + return $this->ExternalURL; } } else {