Minor - Fix language variable not translated - refs CT#8008

1.10.x
Yannick Warnier 9 years ago
parent f158b69144
commit c773a63799
  1. 2
      main/exercice/export/exercise_import.inc.php

@ -140,7 +140,7 @@ function import_exercise($file)
if (!$file_found) {
return 'No XML file found in the zip';
return 'NoXMLFileFoundInTheZip';
}
if ($result == false) {

Loading…
Cancel
Save