If the advanced tags app is installed, the form prefix is not removed despite disabling.
Manual Patch
Open applications/form/sources/Log/Log,php
Find:
if( \IPS\Application::appIsEnabled( 'advancedtagsprefixes' ) )
Replace With:
if( \IPS\Application::appIsEnabled( 'advancedtagsprefixes' ) AND $container->tags_prefixes )
Save.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.