osCommerce / oscommerce2

osCommerce Online Merchant v2.x
http://www.oscommerce.com
MIT License
281 stars 222 forks source link

2.4 Delete cache language #624

Open oitsuki opened 6 years ago

oitsuki commented 6 years ago

When i try to delete the cache by define language, the language cache is not deleted in the directories works/cache. To resolve this problem is to change this code inside OM/Cache.php: static::$path by static::getPath() in all file in Cache.php. Works very fine.