Minor - adding language variable

1.9.x
Julio Montoya 11 years ago
parent 96777ca636
commit a1ab4aa300
  1. 4
      main/exercice/aiken.php

@ -10,7 +10,7 @@
* Code
*/
// name of the language file that needs to be included
$language_file = 'exercice';
$language_file = array('exercice', 'gradebook');
// including the global Chamilo file
require_once '../inc/global.inc.php';
@ -55,4 +55,4 @@ if ((api_is_allowed_to_edit(null, true))) {
aiken_display_form($msg);
// display the footer
Display::display_footer();
Display::display_footer();

Loading…
Cancel
Save