[MIRROR] fixes admin ticket linking bad href [MDB IGNORE] (#13587)

* fixes admin ticket linking bad href

* Update adminhelp.dm

Co-authored-by: magatsuchi <88991542+magatsuchi@users.noreply.github.com>
Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-05-15 19:43:12 -07:00
committed by GitHub
co-authored by magatsuchi Zonespace
parent db8d8766a4
commit a840d4e205
7 changed files with 36 additions and 35 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>"