mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Cosmetic error in language_select() (related to #499989)
git-svn-id: file:///svn/phpbb/trunk@1841 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4c3a11f577
commit
84939c8342
1 changed files with 2 additions and 2 deletions
|
@ -735,7 +735,7 @@ function sync($type, $id)
|
|||
//
|
||||
// Pick a language, any language ...
|
||||
//
|
||||
function language_select($default, $select_name = "language", $dirname="language/")
|
||||
function language_select($default, $select_name = "language", $dirname="language")
|
||||
{
|
||||
global $phpEx;
|
||||
|
||||
|
@ -1203,4 +1203,4 @@ function phpbb_preg_quote($str, $delimiter)
|
|||
return $text;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Reference in a new issue