MDL-21193 improved error messages in combo loader

This commit is contained in:
Petr Skoda 2009-12-29 12:39:11 +00:00
parent a4738eb361
commit b195b44339

View File

@ -59,7 +59,7 @@ foreach ($parts as $part) {
}
$version = $bits[0];
if ($version != $CFG->yui3version and $version != $CFG->yui2version) {
$content .= "\n// Wrong combo version $part!\n";
$content .= "\n// Wrong yui version $part!\n";
continue;
}
$contentfile = "$CFG->libdir/yui/$part";