|
From: OryNider <ory...@us...> - 2008-02-03 10:03:46
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17774 Modified Files: session.php Log Message: jan...@gm... says: basename($board_config['phpbb_lang']) OryNider says: were? jan...@gm... says: 1646 line of /includes/sessions/phpbb3/sessions.php Index: session.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/session.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** session.php 21 Jan 2008 14:43:49 -0000 1.7 --- session.php 3 Feb 2008 10:03:40 -0000 1.8 *************** *** 1644,1648 **** global $phpbb_root_path, $board_config; ! $this->lang_path = $phpbb_root_path . 'language/' . basename($board_config['default_lang']) . '/'; } --- 1644,1648 ---- global $phpbb_root_path, $board_config; ! $this->lang_path = $phpbb_root_path . 'language/' . basename($board_config['phpbb_lang']) . '/'; } |