Skip to content

Commit b687336

Browse files
Add logo for Moodle 4.0+
1 parent 858eec6 commit b687336

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

lib.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
*/
3737
function collaborativefolders_supports($feature) {
3838

39+
if (defined('FEATURE_MOD_PURPOSE')) {
40+
if ($feature == FEATURE_MOD_PURPOSE) {
41+
return MOD_PURPOSE_COLLABORATION;
42+
}
43+
}
44+
3945
switch($feature) {
4046
case FEATURE_MOD_INTRO:
4147
return true;

pix/monologo.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)