Skip to content

Commit

Permalink
Dev: typo …
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Oct 9, 2018
1 parent 5efa536 commit cbacc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/SettingGlobal.php
Expand Up @@ -65,7 +65,7 @@ public function rules()
array('stg_name', 'required'),
array('stg_name', 'unique'),
array('stg_value', 'default', 'value' => ''),
array('stg_name', 'in', 'not'=>true,'range' => $disableDbUpdate),
array('stg_name', 'in', 'not'=>true,'range' => $disableByDb),
);

return $aRules;
Expand Down

0 comments on commit cbacc81

Please sign in to comment.