Changeset 242

Show
Ignore:
Timestamp:
04/06/08 11:32:13 (9 months ago)
Author:
shupp
Message:

Get rid of Framework_User warnings that $this->userID is not set

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Framework/User/ToasterAdmin.php

    r200 r242  
    2727     */ 
    2828    function __construct() { 
     29        $this->userID = null; 
    2930        parent::__construct(); 
    3031        $this->acceptLog(Framework::$log);