We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 858eec6 commit b687336Copy full SHA for b687336
lib.php
@@ -36,6 +36,12 @@
36
*/
37
function collaborativefolders_supports($feature) {
38
39
+ if (defined('FEATURE_MOD_PURPOSE')) {
40
+ if ($feature == FEATURE_MOD_PURPOSE) {
41
+ return MOD_PURPOSE_COLLABORATION;
42
+ }
43
44
+
45
switch($feature) {
46
case FEATURE_MOD_INTRO:
47
return true;
pix/monologo.svg
0 commit comments