MDL-29788 Fixed the version of installed language packs

This commit is contained in:
David Mudrak
2011-10-15 00:01:44 +02:00
parent 6731a04d93
commit f3a99ef8f7
+1 -1
View File
@@ -592,7 +592,7 @@ class lang_installer {
global $CFG;
$this->set_queue($langcode);
$this->version = '2.1';
$this->version = '2.2';
if (!empty($CFG->langotherroot) and $CFG->langotherroot !== $CFG->dataroot . '/lang') {
debugging('The in-built language pack installer does not support alternative location ' .