From 5d9b70348545c50f60d054811768fd6a4b3d7183 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 22 Aug 2009 09:22:01 +0000 Subject: - Patch #549432 by jromine: fixed editing of profile fields. --- modules/profile/profile.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile/profile.admin.inc b/modules/profile/profile.admin.inc index 5171086e9..95b2c5a0a 100644 --- a/modules/profile/profile.admin.inc +++ b/modules/profile/profile.admin.inc @@ -171,7 +171,7 @@ function theme_profile_admin_overview($form) { * @see profile_field_form_submit() */ function profile_field_form(&$form_state, $arg = NULL) { - if (arg(3) == 'edit') { + if (arg(4) == 'edit') { if (is_numeric($arg)) { $fid = $arg; -- cgit v1.2.3