Changeset 214
- Timestamp:
- 12/08/07 21:18:50 (1 year ago)
- Files:
-
- trunk/ToasterAdmin/Auth/Domain.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ToasterAdmin/Auth/Domain.php
r212 r214 48 48 $domain = !is_null($this->domain) ? 49 49 $this->domain : $this->user->loginUser['domain']; 50 return $this->user->isDomain ($domain);50 return $this->user->isDomainAdmin($domain); 51 51 } 52 52 }
