adds the translation of the beschreibung and the buttontext in the Ampel_model and not in the Ampel controller

This commit is contained in:
SimonGschnell
2024-08-02 11:00:11 +02:00
parent 1d4f03e3f1
commit e6ba291549
3 changed files with 17 additions and 29 deletions
+2
View File
@@ -94,6 +94,8 @@ class DB_Model extends CI_Model
$this->load->library('UDFLib');
// Loads the logs library
$this->load->library('LogLib');
}
// ------------------------------------------------------------------------------------------