diff options
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 59c3d240ce..614b5bbc64 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -686,7 +686,7 @@ function tz_select($default = '', $truncate = false) { if ($truncate) { - $zone_trunc = truncate_string($zone, 50, false, "..."); + $zone_trunc = truncate_string($zone, 50, false, '...'); } else { |