Skip to content

Commit

Permalink
fix xapi tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe-Kohnle committed May 5, 2023
1 parent 256c411 commit 3b8d1ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/CmiXapi/classes/class.ilCmiXapiAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function hasStatementsAccess()
return true;
}

return $this->hasOutcomesAccess();
return false;
}

/**
Expand All @@ -141,7 +141,7 @@ public function hasHighscoreAccess()
return true;
}

return $this->hasOutcomesAccess();
return false;
}

/**
Expand Down

0 comments on commit 3b8d1ce

Please sign in to comment.