aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/profile.php')
-rw-r--r--phpBB/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/profile.php b/phpBB/profile.php
index b0a584b6c3..390b5693e0 100644
--- a/phpBB/profile.php
+++ b/phpBB/profile.php
@@ -1493,7 +1493,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
// Let's do an overall check for settings/versions which would prevent
// us from doing file uploads....
//
- if( phpversion() >= '4.0.0 )
+ if( phpversion() >= '4.0.0' )
{
$file_uploads = ini_get('file_uploads');
}