Ver Fonte

Added admin language file to dependencies of career mgmt screen - improves BT#1619

Yannick Warnier há 14 anos atrás
pai
commit
576fa97040
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      main/admin/career_dashboard.php

+ 2 - 2
main/admin/career_dashboard.php

@@ -2,7 +2,7 @@
 /* For licensing terms, see /license.txt */
 
 // Language files that should be included.
-$language_file = array('courses', 'index');
+$language_file = array('courses', 'index', 'admin');
 require_once '../inc/global.inc.php';
 $libpath = api_get_path(LIBRARY_PATH);
 require_once $libpath.'course.lib.php';
@@ -116,4 +116,4 @@ foreach($career_array as $career_id => $data) {
     }
 }
 echo '</table>';
-Display::display_footer();
+Display::display_footer();