MDL-27708 Fixed the version of language packs to install in 2.1

This commit is contained in:
David Mudrak
2011-06-14 13:55:27 +02:00
parent da84821329
commit 07ec4f650b
+1 -1
View File
@@ -592,7 +592,7 @@ class lang_installer {
global $CFG;
$this->set_queue($langcode);
$this->version = '2.0';
$this->version = '2.1';
if (!empty($CFG->langotherroot) and $CFG->langotherroot !== $CFG->dataroot . '/lang') {
debugging('The in-built language pack installer does not support alternative location ' .