Changeset 192 for tags/2.0.2


Ignore:
Timestamp:
Jul 1, 2006 11:28:02 PM (18 years ago)
Author:
scdev
Message:

Q - Bugfix: avoid unset auth session array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/2.0.2/lib/Auth_File.inc.php

    r103 r192  
    6767            $this->_sess .= $auth_name;
    6868        }
     69       
     70        if (!isset($_SESSION[$this->_sess])) {
     71            $_SESSION[$this->_sess] = array();
     72        }
    6973
    7074        // Initialize default parameters.
Note: See TracChangeset for help on using the changeset viewer.