Skip to content

Commit

Permalink
state activity purpose to get the right color on icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
stopfstedt committed Dec 9, 2024
1 parent 4775c68 commit 9463384
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ function oublog_supports($feature) {
case FEATURE_GROUPS: return true;
case FEATURE_GRADE_HAS_GRADE: return true;
case FEATURE_RATE: return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_COLLABORATION;
default: return null;
}
}
Expand Down

0 comments on commit 9463384

Please sign in to comment.