purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Removes obsolete second parameter in call to getGridFS #8

Closed timothy-r closed 10 years ago

timothy-r commented 10 years ago

I've updated the MongoDB::gridFS() method to match the updated version to the mongo-php-driver. See this for details on the library change https://github.com/mongodb/mongo-php-driver/pull/435