From a1ab4aa3006c309f6fa9cec2d3b967fbbb283816 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 18 Mar 2014 15:10:50 +0100 Subject: [PATCH] Minor - adding language variable --- main/exercice/aiken.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/exercice/aiken.php b/main/exercice/aiken.php index 3d120e2dd4..ef56d5da54 100644 --- a/main/exercice/aiken.php +++ b/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(); \ No newline at end of file +Display::display_footer();