Jump to content


Photo

"Members Banned from Chat" in ModCP link is broken


It links to this location: /index.php?app=core&module=modcp&fromapp=ipchat&tab=chatbanned
That page then redirects to: /app=core/page__module__modcp__tab__chatbanned

Status: Fixed
Version: 1.4.1
Fixed In: 1.4.2


1 Comments

The FURL checks were changed in ipsRegistry and "fromapp=ipchat" was matching "app=ipchat" in the FURL definitions.

I've changed the FURL definition to add a negative lookbehind to solve this

'out'            => array( '/(?<!from)app=ipchat/i', 'chat/' ),