Code: Select all
public function getLanguages() {
$language_data = $this->cache->get('language');
should be
Code: Select all
public function getLanguages() {
$language_data = $this->cache->get('catalog.language');
nothing serious, just a shame to create a cache file and then never using it.