Changeset 3850
- Timestamp:
- 02/20/08 06:31:48 (17 months ago)
- Files:
-
- 1 modified
-
branches/0.10/lib/Doctrine/Task.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/lib/Doctrine/Task.php
r3260 r3850 69 69 70 70 return call_user_func_array(array($this->dispatcher, 'notify'), $args); 71 } else if ( $nofity !== null ) { 72 return $notification; 71 73 } else { 72 return $notification;74 return false; 73 75 } 74 76 }