TeamSpeak Fixed Description of "Enable experimental two way syncing of XenForo accounts with TeamSpeak identities" offers wrong link

SeToY

Member
Code:
Map XenForo user groups to TeamSpeak server groups here

The "here" links to this which yields a 404:
Code:
/admin.php?teamspeak/groups/server

It should actually feature a trailing slash in order to work:
Code:
/admin.php?teamspeak/groups/server/

Dunno why though.
 
Fixed both occurrences of this now. It's because XF2 forces you to use the slash or it'll 404 the links. This is a behaviour change from XF1 so the links would work there.
 
Back
Top