diff options
Diffstat (limited to 'mod/profile/actions/editfield.php')
-rw-r--r-- | mod/profile/actions/editfield.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/profile/actions/editfield.php b/mod/profile/actions/editfield.php index 7df7dd9cc..b3bd887ef 100644 --- a/mod/profile/actions/editfield.php +++ b/mod/profile/actions/editfield.php @@ -5,8 +5,6 @@ * @package ElggProfile */ -admin_gatekeeper(); - $field = get_input('field'); $text = get_input('value'); |