mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
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'])){
|
if(Ticket_User::isMod($_SESSION['ticket_user'])){
|
||||||
$result['isAdmin'] = "TRUE";
|
$result['isAdmin'] = "TRUE";
|
||||||
//$result['statusList'] = Ticket::getStatusArray();
|
$result['statusList'] = Ticket::getStatusArray();
|
||||||
}
|
}
|
||||||
return $result;
|
return $result;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue