Fixes from the 5.2.5 bugfix cycle.
This commit is contained in:
parent
6949f42a2c
commit
afbcfc7d56
17 changed files with 2422 additions and 36 deletions
|
|
@ -130,7 +130,11 @@ sub www_editGroup {
|
|||
-label=>WebGUI::International::get(863)
|
||||
);
|
||||
if ($session{setting}{useKarma}) {
|
||||
$f->integer("karmaThreshold",WebGUI::International::get(538),$g->karmaThreshold);
|
||||
$f->integer(
|
||||
-name=>"karmaThreshold",
|
||||
-label=>WebGUI::International::get(538),
|
||||
-value=>$g->karmaThreshold
|
||||
);
|
||||
}
|
||||
$f->textarea(
|
||||
-name=>"ipFilter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue