From 0efba356d6ea80e242ee044ce2d1a8f71e172197 Mon Sep 17 00:00:00 2001 From: Imanol Losada Date: Fri, 29 Aug 2014 13:05:12 -0500 Subject: [PATCH] Fix typo in previous commit - refs #7252 --- main/auth/profile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/main/auth/profile.php b/main/auth/profile.php index 939aedc330..0a969b124a 100755 --- a/main/auth/profile.php +++ b/main/auth/profile.php @@ -301,7 +301,6 @@ if (is_profile_editable()) { } else { $form->freeze(); } -var_dump($extra_data); $user_data = array_merge($user_data, $extra_data); $form->setDefaults($user_data);