Changeset 7211
- Timestamp:
- 01/29/08 14:33:06 (8 months ago)
- Files:
-
- branches/1.1/lib/user/sfUser.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/user/sfUser.class.php
r6821 r7211 285 285 if (!$event->isProcessed()) 286 286 { 287 throw new sfException(sprintf('Call to undefined method sfUser::%s.', $method));287 throw new sfException(sprintf('Call to undefined method %s::%s.', get_class($this), $method)); 288 288 } 289 289