aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 5bccc37b2c..42b47ad10c 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -93,6 +93,7 @@ else
$email_from = $config["email_from"];
$default_lang = $config["default_lang"];
$default_theme = $config['default_theme'];
+ $default_dateformat = $config['default_dateformat'];
$require_activation = $config["require_activation"];
$sys_timezone = $config["system_timezone"];
$sys_template = $config['sys_template'];