CMS MADE SIMPLE FORGE

Page Protect Tag

 

[#10575] redirect test incorrect

avatar
Created By: Mario S (rotezecke) (rotezecke)
Date Submitted: Mon Jul 06 22:15:01 -0400 2015

Assigned To: Fernando Morgado (JoMorg)
Version: 1.2
CMSMS Version: 1.12
Severity: Minor
Resolution: None
State: Open
Summary:
redirect test incorrect
Detailed Description:
i get redirected to # even though login alias not given.
this is line 227:
      
if (!isset($login_alias))
      {
        redirect_to_alias($login_alias);
      }

which probably should be 

if (isset($login_alias))
      {
        redirect_to_alias($login_alias);
      }


History