Skip to content

Commit

Permalink
Added bug fix to return criteria on project alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Aug 30, 2013
1 parent 6b09314 commit d3c8607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMongoCriteria.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function getProject(){
* @see EMongoCriteria::setProject()
*/
public function setSelect($document){
$this->setProject($document);
return $this->setProject($document);
}

/**
Expand Down

0 comments on commit d3c8607

Please sign in to comment.