BugFix PhraseLib

This commit is contained in:
Paminger
2016-06-30 07:22:18 +02:00
parent 73c36d8520
commit 09787cca65
5 changed files with 58 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class PhrasesLib
$this->ci->load->library('parser');
$this->ci->load->model('system/Phrase_model', 'PhraseModel');
$this->ci->load->model('system/Phrasetext_model', 'PhrasentextModel');
$this->ci->load->model('system/Phrasentext_model', 'PhrasentextModel');
$this->ci->load->helper('language');
$this->ci->load->helper('Message');