Browse Source

Fix templates translations.

Julio Montoya 10 years ago
parent
commit
378be17d1a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/inc/lib/elfinder/templates.php

+ 2 - 0
main/inc/lib/elfinder/templates.php

@@ -1,6 +1,8 @@
 <?php
 /* For licensing terms, see /license.txt */
 
+$language_file = 'document';
+
 require_once '../../global.inc.php';
 
 use Chamilo\CoreBundle\Component\Editor\CkEditor\CkEditor;