Changeset 3851

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

fixes #759

Files:
1 modified

Legend:

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

    r3250 r3851  
    273273     * @return void 
    274274     */ 
    275     public function purge($models = array()) 
     275    public function purge($models = null) 
    276276    { 
    277277        $models = Doctrine::filterInvalidModels($models);