Index: profile.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/profile/profile.module,v
retrieving revision 1.236.2.3
diff -u -r1.236.2.3 profile.module
--- profile.module	12 Jan 2009 10:09:19 -0000	1.236.2.3
+++ profile.module	16 Jul 2009 12:47:26 -0000
@@ -431,7 +431,7 @@
 }
 
 function profile_validate_profile($edit, $category) {
-  $result = _profile_get_fields($category);
+  $result = _profile_get_fields($category, $category == 'account');
   while ($field = db_fetch_object($result)) {
     if ($edit[$field->name]) {
       if ($field->type == 'url') {

