Skip to content

Commit

Permalink
42276 - SCORM HTTP context
Browse files Browse the repository at this point in the history
  • Loading branch information
qualitus-dahme committed Dec 18, 2024
1 parent 7a3d6e2 commit 81a40a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ILIAS/Context/classes/class.ilContextScorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function hasUser(): bool

public static function usesHTTP(): bool
{
return false;
return true;
}

public static function hasHTML(): bool
Expand Down

0 comments on commit 81a40a7

Please sign in to comment.