|
From: Jonathan H. <the...@us...> - 2001-11-16 19:22:59
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv9862 Modified Files: install.php Log Message: Include lang_admin as well as lang_main.. Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** install.php 2001/11/06 16:54:15 1.12 --- install.php 2001/11/16 19:22:56 1.13 *************** *** 172,175 **** --- 172,176 ---- // include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx); + include($phpbb_root_path.'langauge/lang_' . $language . '/lang_admin.'.$phpEx); $template = new Template($phpbb_root_path . "templates/" . $default_template); |