Changeset 214

Show
Ignore:
Timestamp:
12/08/07 21:18:50 (1 year ago)
Author:
shupp
Message:

should be isDomainAdmin(), not isDomain() in ToasterAdmin?_Auth_Domain

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ToasterAdmin/Auth/Domain.php

    r212 r214  
    4848        $domain = !is_null($this->domain) ?  
    4949            $this->domain : $this->user->loginUser['domain']; 
    50         return $this->user->isDomain($domain); 
     50        return $this->user->isDomainAdmin($domain); 
    5151    } 
    5252}