瀏覽代碼

lang file added in the language_file variable

Julio Montoya 15 年之前
父節點
當前提交
d6aca8741a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/auth/inscription.php

+ 1 - 1
main/auth/inscription.php

@@ -7,7 +7,7 @@
 ==============================================================================
 ==============================================================================
 */
 */
 // name of the language file that needs to be included
 // name of the language file that needs to be included
-$language_file = array("registration");
+$language_file = array('registration','admin');
 
 
 include ("../inc/global.inc.php");
 include ("../inc/global.inc.php");