fixed bug 715885
This commit is contained in:
parent
c86330aeb0
commit
40927d91aa
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ sub discussionProperties {
|
||||||
-unitsValue=>$units,
|
-unitsValue=>$units,
|
||||||
-uiLevel=>7
|
-uiLevel=>7
|
||||||
);
|
);
|
||||||
if ($session{setting}{useKarma} && $session{user}{uiLevel} <= 7) {
|
if ($session{setting}{useKarma} && $session{user}{uiLevel} >= 7) {
|
||||||
$f->integer("karmaPerPost",WebGUI::International::get(541),$_[0]->get("karmaPerPost"));
|
$f->integer("karmaPerPost",WebGUI::International::get(541),$_[0]->get("karmaPerPost"));
|
||||||
} else {
|
} else {
|
||||||
$f->hidden("karmaPerPost",$_[0]->get("karmaPerPost"));
|
$f->hidden("karmaPerPost",$_[0]->get("karmaPerPost"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue