From e88289945f0f9d329d65d64334d1561515ebb430 Mon Sep 17 00:00:00 2001 From: Ser1ous Date: Thu, 1 Aug 2019 14:31:42 +0300 Subject: [PATCH] fix (core) Fast fix for add save checkbox usergroup in module --- manager/processors/save_module.processor.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manager/processors/save_module.processor.php b/manager/processors/save_module.processor.php index 9e04d7b818..896e11baa3 100755 --- a/manager/processors/save_module.processor.php +++ b/manager/processors/save_module.processor.php @@ -1,9 +1,13 @@ INCLUDE_ORDERING_ERROR

Please use the EVO Content Manager instead of accessing this file directly."); } if (!$modx->hasPermission('save_module')) { $modx->webAlertAndQuit($_lang["error_no_privileges"]); +}else { + $use_udperms = 1; } $id = (int)$_POST['id'];