Adding lang translation see #7109

1.9.x
Julio Montoya 12 years ago
parent 9eaeaed185
commit adcb0bddb2
  1. 2
      index.php

@ -10,7 +10,7 @@ use \ChamiloSession as Session;
define('CHAMILO_HOMEPAGE', true);
$language_file = array('courses', 'index');
$language_file = array('courses', 'index', 'userInfo');
/* Flag forcing the 'current course' reset, as we're not inside a course anymore. */
// Maybe we should change this into an api function? an example: CourseManager::unset();

Loading…
Cancel
Save