fixes admin ticket linking bad href (#66910)

Fixes a bad admin href in help tickets
This commit is contained in:
magatsuchi
2022-05-13 10:56:55 -04:00
committed by GitHub
parent 9d19d0dcc9
commit 6bddf82ad8
7 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -165,4 +165,4 @@
* Generates a clickable link to open this interview
*/
/datum/interview/proc/link_self()
return "<a href='?_src_=holder;[HrefToken(TRUE)];interview=[REF(src)]'>Interview #[id]</a>"
return "<a href='?_src_=holder;[HrefToken(forceGlobal = TRUE)];interview=[REF(src)]'>Interview #[id]</a>"