Vinai / nicer-image-names

Magento extension to build catalog image file names from product attributes so they have neat descriptive names.
77 stars 31 forks source link

Issue #23: override Mage_Catalog_Model_Product_Image::isCached() meth… #24

Closed alexkuk closed 9 years ago

alexkuk commented 9 years ago

See Issue #23. I decided not to include an event into this commit, because isCached() method seems to be not the best place to throw an "image_updated" event, in fact it just checks if a file is cached, the actual file replacement happens somewhere else.

Vinai commented 9 years ago

Thanks! I'll just add a small commit to fix the phpdoc annotation.