diff --git a/main/forum/index.php b/main/forum/index.php index d1d93232ad..1bb4ef90ec 100644 --- a/main/forum/index.php +++ b/main/forum/index.php @@ -27,11 +27,11 @@ use \ChamiloSession as Session; // Name of the language file that needs to be included. -$language_file = 'forum'; +$language_file = array('forum', 'link'); // Including the global initialization file. require_once '../inc/global.inc.php'; -$current_course_tool = TOOL_FORUM; +$current_course_tool = TOOL_FORUM; $htmlHeadXtra[] = '