1
0
mirror of synced 2025-02-20 22:23:14 +03:00

[DDC-551] use isClean to check the filterCollection state..

This commit is contained in:
Alexander 2011-10-15 22:31:20 +02:00
parent 097d573d26
commit 58b381bf24

View File

@ -764,7 +764,7 @@ class EntityManager implements ObjectManager
public function isFiltersStateClean()
{
return null === $this->filterCollection
|| $this->filterCollection->setFiltersStateDirty();
|| $this->filterCollection->isClean();
}
public function hasFilters()