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

This commit is contained in:
Neerti
2018-10-16 18:27:22 -04:00
committed by VirgoBot
parent 92209a64f7
commit 972777fd94
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"]