Browse Source

lang file added in the language_file variable

Julio Montoya 15 years ago
parent
commit
d6aca8741a
1 changed files with 1 additions and 1 deletions
  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");