From bf30cdef78a21f5156157e6413bde21ca3237cd6 Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Tue, 5 Dec 2006 16:43:59 +0100 Subject: [PATCH] [svn r10315] --- main/upload/upload_ppt.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/upload/upload_ppt.php b/main/upload/upload_ppt.php index 58d6056e46..9222ee6593 100644 --- a/main/upload/upload_ppt.php +++ b/main/upload/upload_ppt.php @@ -10,7 +10,8 @@ */ // name of the language file which needs to be included // 'inc.php' is automatically appended to the file name -$language_file = "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 +$language_file[] = "learnpath"; // global settings initialisation // also provides access to main api (inc/lib/main_api.lib.php) include("../inc/global.inc.php");