-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.0.1
-
None
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE
-
Easy
$string['importversionmismatchexception'] = 'Current version {$a->currentver} does match exported version {$a->schemaver}.';
should actually read
$string['importversionmismatchexception'] = 'Current version {$a->currentver} does not match exported version {$a->schemaver}.';