|
From: Jonathan H. <the...@us...> - 2001-11-16 20:15:35
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv24794 Modified Files: install.php Log Message: Fix type... d#$@ fat fingers.... Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** install.php 2001/11/16 19:22:56 1.13 --- install.php 2001/11/16 20:15:32 1.14 *************** *** 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); --- 172,176 ---- // include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx); ! include($phpbb_root_path.'language/lang_' . $language . '/lang_admin.'.$phpEx); $template = new Template($phpbb_root_path . "templates/" . $default_template); |