diff options
Diffstat (limited to 'mod/profile/actions/edit.php')
-rw-r--r-- | mod/profile/actions/edit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile/actions/edit.php b/mod/profile/actions/edit.php index 312b72a1a..da7553b6e 100644 --- a/mod/profile/actions/edit.php +++ b/mod/profile/actions/edit.php @@ -6,7 +6,6 @@ */ global $CONFIG; -gatekeeper(); $profile_username = get_input('username'); $profile_owner = get_user_by_username($profile_username); |