Ignore:
Timestamp:
Dec 7, 2005 8:51:24 AM (18 years ago)
Author:
scdev
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Auth_SQL.inc.php

    r27 r28  
    550550                App::raiseMsg($msg, $type, $file, $line);
    551551            }
    552             App::setBoomerangURL(absoluteMe());
     552            // Login scripts must have the same 'login' tag for boomerangURL verification/manipulation.
     553            App::setBoomerangURL(absoluteMe(), 'login');
    553554            App::dieURL($this->_params['login_url']);
    554555        }
Note: See TracChangeset for help on using the changeset viewer.