zerodine / MongoDBAclBundle

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

AclProvider is calling undefined method $this->updateAceIdentityMap(..) #34

Open notrix opened 10 years ago

notrix commented 10 years ago

If acl caching is enabled, acl provider is calling $this->updateAceIdentityMap($acl) on results from cache, bus this method is only implemented in Symfony ORM AclProvider implementation.

To reproduce bug just enable DoctrineAclCache and double check for same permissions.