Skip to content

Commit

Permalink
Merge pull request #7905 from mjansenDatabay/hotfix/8/41704
Browse files Browse the repository at this point in the history
Registration: Fix translation in `MessageBox > Failure` after failed …
  • Loading branch information
pascalseeland authored Aug 8, 2024
2 parents 820a5e7 + 6d0db95 commit a055d7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Services/Init/classes/class.ilStartUpGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,8 @@ public static function _checkGoto($a_target)

public function confirmRegistration(): void
{
$this->lng->loadLanguageModule('registration');

ilUtil::setCookie('iltest', 'cookie', false);
$regitration_hash = '';
if ($this->http->wrapper()->query()->has('rh')) {
Expand Down

0 comments on commit a055d7a

Please sign in to comment.