aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/ucp/ucp_profile.php')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index 75ebe73040..cf5824200d 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -262,7 +262,7 @@ class ucp_profile
'icq' => array(
array('string', true, 3, 15),
array('match', true, '#^[0-9]+$#i')),
- 'aim' => array('string', true, 5, 255),
+ 'aim' => array('string', true, 3, 17),
'msn' => array('string', true, 5, 255),
'jabber' => array(
array('string', true, 5, 255),