Remove link language file - refs #4467

1.10.x
Yannick Warnier 11 years ago
parent 70b9fcbf07
commit 422fa36e36
  1. 2
      main/course_notice/index.php
  2. 2
      main/cron/lang/langstats.php
  3. 1
      main/cron/lang/langstats_file_builder.php
  4. 2
      main/forum/index.php
  5. 2
      main/gradebook/gradebook_edit_link.php
  6. 2
      main/link/index.php
  7. 2
      main/link/link.php
  8. 1
      tests/main/inc/lib/internationalization.lib.test.php

@ -7,7 +7,7 @@
* @author Laurent Opprecht <laurent@opprecht.info> for the Univesity of Geneva
*/
$language_file = array('document', 'link', 'admin');
$language_file = array('document', 'admin');
require_once dirname(__FILE__) . '/../inc/global.inc.php';
$controller = CourseNoticeController::instance();

@ -17,7 +17,7 @@ $language_file = array(
'help', 'reservation', 'hotspot',
'blog', 'scormdocument', 'coursebackup',
'index', 'install', 'shibboleth',
'learnpath', 'course_info', 'link', 'survey',
'learnpath', 'course_info', 'survey',
'courses', 'md_document', 'tracking', 'create_course',
'trad4all', 'document', 'userInfo', 'dropbox',
'videoconf', 'exercice', 'wiki',

@ -30,7 +30,6 @@ $language_file = array(
'index',
'install',
'learnpath',
'link',
'md_document',
'registration',
'reservation',

@ -24,7 +24,7 @@
use \ChamiloSession as Session;
// Name of the language file that needs to be included.
$language_file = array('forum', 'link');
$language_file = array('forum');
// Including the global initialization file.
require_once '../inc/global.inc.php';

@ -6,7 +6,7 @@
* @package chamilo.gradebook
*/
$language_file = array('gradebook', 'exercice', 'link');
$language_file = array('gradebook', 'exercice');
//$cidReset = true;
require_once '../inc/global.inc.php';

@ -9,7 +9,7 @@
*/
namespace Link;
$language_file = array('link', 'admin');
$language_file = array('admin');
require_once '../inc/global.inc.php';
Controller::instance()->run();

@ -22,7 +22,7 @@
/* INIT SECTION */
// Language files that need to be included
$language_file = array('link', 'admin');
$language_file = array('admin');
// Including libraries
require_once '../inc/global.inc.php';

@ -1412,7 +1412,6 @@ class TestInternationalization extends UnitTestCase {
'index.inc.php',
'install.inc.php',
'learnpath.inc.php',
'link.inc.php',
'md_document.inc.php',
'messages.inc.php',
'registration.inc.php',

Loading…
Cancel
Save