浏览代码

[svn r10315]

Eric Marguin 18 年之前
父节点
当前提交
bf30cdef78
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      main/upload/upload_ppt.php

+ 2 - 1
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");