Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bug-OpenMage#884] Add missing methods to category collection class
These two methods exist on Mage_Catalog_Model_Resource_Category_Flat_Collection but not on Mage_Catalog_Model_Resource_Category_Collection so if flat categories is enabled but they are being temporarily rebuilt and any frontend code relies on these methods, calls to these methods will generate PHP errors since the flat collection and eav collection classes expose a different set of methods on the public API.
- Loading branch information