Show
Ignore:
Timestamp:
01/27/08 10:02:45 (2 years ago)
Author:
pookey
Message:

a previous commit of mine broke method chaining

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/lib/Doctrine/Query/Abstract.php

    r3641 r3646  
    9090        // if there's no params, return (else we'll get a WHERE IN (), invalid SQL) 
    9191        if (!count($params)) 
    92           return; 
     92          return $this; 
    9393 
    9494        $a = array();