aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 0730f7c430..fad3945861 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -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;
}
-?> \ No newline at end of file
+?>