Allowed an "else" display
This commit is contained in:
parent
f6b7ccd7b3
commit
60f127362b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ sub process {
|
||||||
if (WebGUI::Privilege::isInGroup($groupId)) {
|
if (WebGUI::Privilege::isInGroup($groupId)) {
|
||||||
return $param[1];
|
return $param[1];
|
||||||
} else {
|
} else {
|
||||||
return "";
|
return $param[2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue