We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e9bc2 commit 38c3259Copy full SHA for 38c3259
classes/snippets.php
@@ -270,7 +270,7 @@ public static function add_builtin_snippets() {
270
}, $snippets);
271
272
foreach ($paths as $path) {
273
- if (!array_key_exists($path, $presentpaths)) {
+ if (!in_array($path, $presentpaths)) {
274
$DB->insert_record(
275
'theme_boost_union_snippets',
276
[
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'theme_boost_union';
28
-$plugin->version = 2024060110;
+$plugin->version = 2024060111;
29
$plugin->release = 'v4.4-r1';
30
$plugin->requires = 2024042200;
31
$plugin->supported = [404, 404];
0 commit comments