diff --git a/src/psm/Module/Config/Controller/ConfigController.class.php b/src/psm/Module/Config/Controller/ConfigController.class.php index 1b754960..2b447f21 100644 --- a/src/psm/Module/Config/Controller/ConfigController.class.php +++ b/src/psm/Module/Config/Controller/ConfigController.class.php @@ -65,6 +65,8 @@ class ConfigController extends AbstractController { function __construct(Database $db, Template $tpl) { parent::__construct($db, $tpl); + $this->setMinUserLevelRequired(PSM_USER_ADMIN); + $this->setActions(array( 'index', 'save', ), 'index');