Ver Fonte

lang file added in the language_file variable

Julio Montoya há 15 anos atrás
pai
commit
d6aca8741a
1 ficheiros alterados com 1 adições e 1 exclusões
  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
-$language_file = array("registration");
+$language_file = array('registration','admin');
 
 include ("../inc/global.inc.php");