Changeset 3854

Show
Ignore:
Timestamp:
02/20/08 10:17:47 (17 months ago)
Author:
pookey
Message:

fixes #762 again

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.10/lib/Doctrine/Task.php

    r3850 r3854  
    6969             
    7070            return call_user_func_array(array($this->dispatcher, 'notify'), $args); 
    71         } else if ( $nofity !== null ) { 
     71        } else if ( $notification !== null ) { 
    7272            return $notification; 
    7373        } else {