Bugfixes Studentenmeldung

This commit is contained in:
kindlm
2025-03-25 16:07:09 +01:00
parent fae299847e
commit ce54cf3c9c
2 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ class phrasen extends basis_db
* Wobei x durch den Index+1 im Array zu ersetzten ist. zB "%2$s" um die Variable $value[1] auszugeben
* naehere Infos siehe sprintf
*
* @param $key Key der Phrase
* @param $key String Key der Phrase
* @param $value Array mit Parametern fuer die Phrase
*/
public function t($key, $value=array())