diff --git a/front/profile.form.php b/front/profile.form.php index debe4ab..0514a8b 100644 --- a/front/profile.form.php +++ b/front/profile.form.php @@ -29,7 +29,7 @@ include ('../../../inc/includes.php'); -Session::checkRight("profile", "r"); +Session::checkRight("profile", UPDATE); $prof = new PluginTreeviewProfile();