Bug fixes

This commit is contained in:
paolo
2016-07-25 19:27:04 +02:00
parent d0d9b897eb
commit 88a395b31e
86 changed files with 130 additions and 233 deletions
+4 -1
View File
@@ -17,8 +17,11 @@ class PhrasesLib
$this->ci =& get_instance();
// Loads message configuration
$this->ci->config->load('message');
$this->ci->load->library('parser');
$this->ci->load->model('system/Phrase_model', 'PhraseModel');
$this->ci->load->model('system/Phrasentext_model', 'PhrasentextModel');