1 to 4 of 4
Index: src/library/People/People.Class.Session.php===================================================================--- src/library/People/People.Class.Session.php (revision 95)+++ src/library/People/People.Class.Session.php (working copy)@@ -34,7 +34,7 @@ if ($this->UserID > 0 && !$this->User->PERMISSION_SIGN_IN) $this->End($Context->Authenticator); $Url = AppendUrlParameters( $Context->Configuration['SAFE_REDIRECT'],- 'ReturnUrl='.GetRequestUri());+ 'ReturnUrl=' . urlencode( GetRequestUri() ) ); Redirect($Url); } }
Vanilla 1.1.2 is a product of Lussumo. More Information: Documentation, Community Support.