mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-21193 improved error messages in combo loader
This commit is contained in:
parent
a4738eb361
commit
b195b44339
@ -59,7 +59,7 @@ foreach ($parts as $part) {
|
|||||||
}
|
}
|
||||||
$version = $bits[0];
|
$version = $bits[0];
|
||||||
if ($version != $CFG->yui3version and $version != $CFG->yui2version) {
|
if ($version != $CFG->yui3version and $version != $CFG->yui2version) {
|
||||||
$content .= "\n// Wrong combo version $part!\n";
|
$content .= "\n// Wrong yui version $part!\n";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$contentfile = "$CFG->libdir/yui/$part";
|
$contentfile = "$CFG->libdir/yui/$part";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user