mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
fixes admin ticket linking bad href (#66910)
Fixes a bad admin href in help tickets
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user