[ticket/10694] Update PHP warning to 5.3.2

PHPBB3-10694
This commit is contained in:
Michael Cullum 2012-03-09 16:10:02 +00:00
parent bd1fb91dd2
commit fbe8086697

View file

@ -398,7 +398,7 @@ class acp_main
// Version check // Version check
$user->add_lang('install'); $user->add_lang('install');
if ($auth->acl_get('a_server') && version_compare(PHP_VERSION, '5.2.0', '<')) if ($auth->acl_get('a_server') && version_compare(PHP_VERSION, '5.3.2', '<'))
{ {
$template->assign_vars(array( $template->assign_vars(array(
'S_PHP_VERSION_OLD' => true, 'S_PHP_VERSION_OLD' => true,