aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/convertors')
-rw-r--r--phpBB/install/convertors/convert_phpbb20.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php
index eb04a64bec..0091f68709 100644
--- a/phpBB/install/convertors/convert_phpbb20.php
+++ b/phpBB/install/convertors/convert_phpbb20.php
@@ -152,7 +152,7 @@ if (!$get_info)
{
// Test to see if the birthday MOD is installed on the source forum
// Niels' birthday mod
- if (get_config_value('birthday_required') !== false || get_config_value('bday_required') !== false)
+ if (get_config_value('birthday_required') !== false || get_config_value('bday_require') !== false)
{
define('MOD_BIRTHDAY', true);
}