Skip to content
Snippets Groups Projects
Commit dc562052 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use correct state value, re #1552

parent 88843c7d
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class Manager
{
public const STATE_UNKNOWN = false;
public const STATE_AUTHENTICATED = 'authenticated';
public const STATE_NOBODY = 'authenticated';
public const STATE_NOBODY = 'nobody';
protected array $options = [
'name' => 'Seminar_Session',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment