Skip to content

Commit a9747f3

Browse files
authored
Update index.md $plugin->incompatible
$plugin->incompatible = [401]; Wrongly defined in the example
1 parent 68ac3b8 commit a9747f3

File tree

1 file changed

+1
-1
lines changed
  • versioned_docs/version-4.1/apis/commonfiles/version.php

1 file changed

+1
-1
lines changed

versioned_docs/version-4.1/apis/commonfiles/version.php/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ defined('MOODLE_INTERNAL') || die();
194194
$plugin->version = 2022060100;
195195
$plugin->requires = 2022041900.00; // Moodle 4.0.
196196
$plugin->supported = [400, 400];
197-
$plugin->incompatible = [401];
197+
$plugin->incompatible = 401;
198198
$plugin->component = 'tool_example';
199199
$plugin->maturity = MATURITY_STABLE;
200200
$plugin->release = '41.3-lemmings-1.0';

0 commit comments

Comments
 (0)