From d02117dd34436d0a529b3aa1ad6392852a663e65 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Fri, 6 Sep 2019 08:29:24 +0200 Subject: [PATCH] fix(rigths): update right managment to new system --- front/profile.form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();