Adds Mods/Dev perms to ticket permission checks (#5683)

This commit is contained in:
Neerti
2018-10-16 15:27:22 -07:00
committed by Mechoid
parent 3b72438f87
commit 670e64adac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
return
if(href_list["ahelp"])
if(!check_rights(R_ADMIN))
if(!check_rights(R_ADMIN|R_MOD|R_DEBUG))
return
var/ahelp_ref = href_list["ahelp"]