diff options
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index 1436d4a256..eb04a64bec 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -158,7 +158,7 @@ if (!$get_info) } // TerraFrost's validated birthday mod - if (get_config_value('bday_required') !== false) + if (get_config_value('bday_require') !== false) { define('MOD_BIRTHDAY_TERRA', true); } |