You are calling the getLanguages function but you need to load the model file first
1. EDIT: catalog/controller/module/mymodule.php
2. FIND:
Code: Select all
$languages = $this->model_localisation_language->getLanguages();
Code: Select all
$this->load->model('localisation/language');