From f3a99ef8f750a6305d43131a47da445349bced49 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Fri, 14 Oct 2011 23:55:27 +0200 Subject: [PATCH] MDL-29788 Fixed the version of installed language packs --- lib/componentlib.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/componentlib.class.php b/lib/componentlib.class.php index 0bb7c713c87..efddc9dbcba 100644 --- a/lib/componentlib.class.php +++ b/lib/componentlib.class.php @@ -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 ' .