Changeset 3854
- Timestamp:
- 02/20/08 10:17:47 (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
r3850 r3854 69 69 70 70 return call_user_func_array(array($this->dispatcher, 'notify'), $args); 71 } else if ( $no fity!== null ) {71 } else if ( $notification !== null ) { 72 72 return $notification; 73 73 } else {