diff --git a/op/op.Settings.php b/op/op.Settings.php index 8aa80d3ea..9ee82fba5 100644 --- a/op/op.Settings.php +++ b/op/op.Settings.php @@ -173,6 +173,7 @@ if ($action == "saveSettings") $settings->_versioningFileName = $_POST["versioningFileName"]; $settings->_presetExpirationDate = $_POST["presetExpirationDate"]; $settings->_workflowMode = $_POST["workflowMode"]; + $settings->_allowReviewerOnly = getBoolValue("allowReviewerOnly"); $settings->_enableAdminRevApp = getBoolValue("enableAdminRevApp"); $settings->_enableOwnerRevApp = getBoolValue("enableOwnerRevApp"); $settings->_enableSelfRevApp = getBoolValue("enableSelfRevApp"); diff --git a/views/bootstrap/class.Settings.php b/views/bootstrap/class.Settings.php index f5721f982..9c45a45c1 100644 --- a/views/bootstrap/class.Settings.php +++ b/views/bootstrap/class.Settings.php @@ -659,6 +659,10 @@ if(!is_writeable($settings->_configFilePath)) {