mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
adds more phrasen to the profil and the profilUpdate views, headers of tables phrasen
This commit is contained in:
@@ -34,9 +34,6 @@ class ProfilUpdate extends Auth_Controller
|
||||
'getProfilRequestFiles' => ['student/anrechnung_beantragen:r', 'user:r'],
|
||||
'getStatus' => ['student/anrechnung_beantragen:r', 'user:r'],
|
||||
'getTopic' => ['student/anrechnung_beantragen:r', 'user:r'],
|
||||
|
||||
|
||||
|
||||
]);
|
||||
|
||||
|
||||
@@ -599,7 +596,7 @@ class ProfilUpdate extends Auth_Controller
|
||||
$topic = "nachname";
|
||||
break;
|
||||
default:
|
||||
show_error($this->p->t('profilUpdate', 'profilUpdate_topic_error',[$topic]));
|
||||
show_error($this->p->t('profilUpdate', 'profilUpdate_topic_error', [$topic]));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user