handle post status "archived"
This commit is contained in:
parent
fbe303ea26
commit
d1c12a1e08
2 changed files with 8 additions and 2 deletions
|
|
@ -336,6 +336,8 @@ sub getStatus {
|
|||
return WebGUI::International::get('denied','Post');
|
||||
} elsif ($status eq "pending") {
|
||||
return WebGUI::International::get('pending','Post');
|
||||
} elsif ($status eq "archived") {
|
||||
return WebGUI::International::get('archived','Post');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue