mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-05 12:13:23 +02: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:
@@ -735,7 +735,7 @@ function sync($type, $id)
|
|||||||
//
|
//
|
||||||
// Pick a language, any language ...
|
// 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;
|
global $phpEx;
|
||||||
|
|
||||||
@@ -1203,4 +1203,4 @@ function phpbb_preg_quote($str, $delimiter)
|
|||||||
return $text;
|
return $text;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user