Minor - format code + fix lang var

remotes/angel/1.11.x
jmontoyaa 8 years ago
parent 078b23766a
commit f0d7a51703
  1. 11
      main/exercise/qti2.php

@ -1,10 +1,11 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Code for Qti2 import integration.
* @package chamilo.exercise
* @author Ronny Velasquez
* @version $Id: qti2.php 2010-03-12 12:14:25Z $
* Code for Qti2 import integration.
* @package chamilo.exercise
* @author Ronny Velasquez
* @version $Id: qti2.php 2010-03-12 12:14:25Z $
*/
// including the global Chamilo file
@ -72,7 +73,7 @@ function ch_qti2_import_file($array_file)
return import_exercise($array_file['name']);
}
return 'langFileError';
return 'FileError';
}
$message = null;

Loading…
Cancel
Save