mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
fix typo
This commit is contained in:
@@ -325,7 +325,7 @@ class Pruefung extends FHCAPI_Controller
|
|||||||
? $benotungsdatum
|
? $benotungsdatum
|
||||||
: $uebernahmedatum;
|
: $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->PruefungModel->db->trans_complete();
|
||||||
$this->terminateWithSuccess($this->p->t('exam', 'hinweis_changeAfterExamDate'));
|
$this->terminateWithSuccess($this->p->t('exam', 'hinweis_changeAfterExamDate'));
|
||||||
|
|||||||
Reference in New Issue
Block a user