Skip to content

Commit

Permalink
Merge pull request #955 from kordan/MOD_PURPOSE_COLLABORATION
Browse files Browse the repository at this point in the history
Same FEATURE_MOD_PURPOSE as data activity module
  • Loading branch information
stronk7 authored Mar 24, 2024
2 parents 63abceb + 6ddb39a commit 181cb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function surveypro_supports($feature) {
case FEATURE_SHOW_DESCRIPTION:
return true;
case FEATURE_MOD_PURPOSE:
return MOD_PURPOSE_COMMUNICATION;
return MOD_PURPOSE_COLLABORATION;
default:
return null;
}
Expand Down

0 comments on commit 181cb69

Please sign in to comment.