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'];