Skip to content

Commit

Permalink
MDL-29788 Fixed the version of installed language packs
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Oct 14, 2011
1 parent 6731a04 commit f3a99ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/componentlib.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ public function __construct($langcode = '') {
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 ' .
Expand Down

0 comments on commit f3a99ef

Please sign in to comment.