found the @#!$& bug, why on earth did I comment that in the past <,<
This commit is contained in:
parent
b994a8279d
commit
2f39522002
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function show_ticket(){
|
|||
}
|
||||
if(Ticket_User::isMod($_SESSION['ticket_user'])){
|
||||
$result['isAdmin'] = "TRUE";
|
||||
//$result['statusList'] = Ticket::getStatusArray();
|
||||
$result['statusList'] = Ticket::getStatusArray();
|
||||
}
|
||||
return $result;
|
||||
|
||||
|
|
Loading…
Reference in a new issue