Skip to content

Commit

Permalink
import sessionreminder
Browse files Browse the repository at this point in the history
  • Loading branch information
fhelfer committed Oct 16, 2024
1 parent a4a6a23 commit 1b1d279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ILIAS/User/src/UserGUIRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public function getSelect(): array

public function getDefaultSessionReminder(): ?string
{
return $this->str('default_session_reminder') ?: (string) ilSessionReminder::LEAD_TIME_DISABLED;
return $this->str('default_session_reminder') ?: (string) \ilSessionReminder::LEAD_TIME_DISABLED;
}

public function getFiles(): array
Expand Down

0 comments on commit 1b1d279

Please sign in to comment.