Skip to content
Snippets Groups Projects
Commit c9e7d6ad authored by Arne Schröder, M. A.'s avatar Arne Schröder, M. A. Committed by André Noack
Browse files

Resolve "ILIAS-Schnittstelle: falscher Typ für Konstanten in IliasUser.php"

Closes #4445

Merge request studip/studip!3231
parent 6494872c
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
*/ */
class IliasUser class IliasUser
{ {
const USER_TYPE_ORIGINAL= '1'; const USER_TYPE_ORIGINAL= 1;
const USER_TYPE_CREATED= '0'; const USER_TYPE_CREATED= 0;
public $index; public $index;
private $ilias_config; private $ilias_config;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment