Fixing language variable

skala
Julio Montoya 15 years ago
parent b5661c8a64
commit 661c2922a1
  1. 5
      main/upload/upload.php

@ -3,14 +3,15 @@
/**
* Action controller for the upload process. The display scripts (web forms) redirect
* the process here to do what needs to be done with each file.
* @package dokeos.upload
* @package chamilo.upload
* @author Yannick Warnier <ywarnier@beeznest.org>
*/
/**
* First, initialise the script
*/
// name of the language file that needs to be included
$language_file = 'document';
$language_file[] = 'document';
$language_file[] = 'scorm';
//the document file is loaded because most of the upload vocab relates to the document tool
// global settings initialisation
// also provides access to main api (inc/lib/main_api.lib.php)

Loading…
Cancel
Save