zerodine / MongoDBAclBundle

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

make sure we are selecting records based on existing oid records. #39

Closed cobrowserAlex closed 9 years ago

cobrowserAlex commented 9 years ago

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

cobrowserAlex commented 9 years ago

I see that last commit here is 2 years ago, are you still maintaining this? Otherwise I would be...

cobrowserAlex commented 9 years ago

Iḿ creating a branch prefixed with dev- so i can use it already...