StrictACL or StrictLinkACL?

Some time ago I reported a problem when merging two ticket, one of which was unowned.
I got a reply from Jesse, telling me to use StrictACL=0 in SiteConfig, which indeed worked.
Now I see that StrictACL is NOT documented in RT_Config.pm, while StrictLinkACL is. However, both seem to be non-functional in 3.8.4. Can someone please confirm?

TIA
Bye
Cris

Some time ago I reported a problem when merging two ticket, one of
which was unowned.
I got a reply from Jesse, telling me to use StrictACL=0 in
SiteConfig, which indeed worked.
Now I see that StrictACL is NOT documented in RT_Config.pm, while
StrictLinkACL is. However, both seem to be non-functional in 3.8.4.
Can someone please confirm?

It has been StrictLinkACL since it was introduced in 3.6
In 3.8, you need to be sure to use Set($StrictLinkACL,0);

-kevin