mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
fix typo
This commit is contained in:
@@ -325,7 +325,7 @@ class Pruefung extends FHCAPI_Controller
|
||||
? $benotungsdatum
|
||||
: $uebernahmedatum;
|
||||
|
||||
if ($checkDate >= $pruefungsdatum) && $this->input->post('note') !== $note->note)
|
||||
if ($checkDate >= $pruefungsdatum && $this->input->post('note') !== $note->note)
|
||||
{
|
||||
$this->PruefungModel->db->trans_complete();
|
||||
$this->terminateWithSuccess($this->p->t('exam', 'hinweis_changeAfterExamDate'));
|
||||
|
||||
Reference in New Issue
Block a user