diff options
Diffstat (limited to 'mod/profile/actions/edit.php')
-rw-r--r-- | mod/profile/actions/edit.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/profile/actions/edit.php b/mod/profile/actions/edit.php index 95a669a69..5092dbd8b 100644 --- a/mod/profile/actions/edit.php +++ b/mod/profile/actions/edit.php @@ -11,7 +11,10 @@ */
// Load configuration
- global $CONFIG;
+ global $CONFIG; + + gatekeeper(); + action_gatekeeper();
// Get profile fields
$input = array();
|