diff options
Diffstat (limited to '')
| -rw-r--r-- | app/model/common.mod.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/model/common.mod.php b/app/model/common.mod.php index 7f0302f..8d1ea7e 100644 --- a/app/model/common.mod.php +++ b/app/model/common.mod.php @@ -103,7 +103,7 @@ class CommonModel extends MasterModel      function saveSettingAdmin($input)      {          $form = new Form(); -        $form->field_enum("settSSL", array("force", "neither", "forbid")); +        $form->field_enum("settSSL", array("force", "neither", "forbid"), Setting::settSSL());          $form->field_bool("allowPublicSignup");          if (!$form->populate($input))  | 
