Changeset 3850

Show
Ignore:
Timestamp:
02/20/08 06:31:48 (17 months ago)
Author:
jwage
Message:

fixes #762

Files:
1 modified

Legend:

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

    r3260 r3850  
    6969             
    7070            return call_user_func_array(array($this->dispatcher, 'notify'), $args); 
     71        } else if ( $nofity !== null ) { 
     72            return $notification; 
    7173        } else { 
    72             return $notification; 
     74            return false; 
    7375        } 
    7476    }