Added gradebook lang file loading to fix missing terms

skala
Yannick Warnier 16 years ago
parent 19dd8009a9
commit 71967f64ed
  1. 2
      main/document/upload.php

@ -34,7 +34,7 @@
*/
// Name of the language file that needs to be included
$language_file = 'document';
$language_file[] = array('document','gradebook');
// Including the global initialization file
require_once '../inc/global.inc.php';

Loading…
Cancel
Save