|
@@ -10,7 +10,7 @@
|
|
|
*/
|
|
|
// name of the language file which needs to be included
|
|
|
// 'inc.php' is automatically appended to the file name
|
|
|
-$langFile = "document"; //the document file is loaded because most of the upload vocab relates to the document tool
|
|
|
+$language_file = "document"; //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)
|
|
|
include("../inc/global.inc.php");
|