Appended errormessage when retrieving invalid Gebiete

Now if the method check_gebiete() returns false, a userfriendly
errormessage will be displayed.
This commit is contained in:
Cris
2019-05-14 15:25:51 +02:00
committed by hainberg
parent d6576dbd49
commit 6cc99bf2b9
7 changed files with 28 additions and 8 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
$this->phrasen['errors/rolleExistiertBereits']='Diese Rolle existiert bereits';
$this->phrasen['errors/achtung']='Achtung!';
?>