zerodine / MongoDBAclBundle

This bundle allows the use of MongoDB as the storage layer for the Symfony ACLs component.
21 stars 32 forks source link

Dev fix find no children #40

Closed cobrowserAlex closed 8 years ago

cobrowserAlex commented 9 years ago

When trying to find children for an Oid that doesn't exist it would return all Oids. This commit just returns an empty array when the oid is not found.