Skip to content

Commit 49c86ac

Browse files
committed
fix error in supported array
1 parent 760aaf8 commit 49c86ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
$plugin->version = 2025062400;
2828
$plugin->requires = 2022112819; // Require Moodle 4.1.
29-
$plugin->supported = [401, 404, 405, 500];
29+
$plugin->supported = [401, 500];
3030
$plugin->component = 'block_townsquare';
3131
$plugin->maturity = MATURITY_RC;
3232
$plugin->release = 'v5.0-rc1';

0 commit comments

Comments
 (0)