From a46c857c5f2da9829b6097a73004a33ba0500538 Mon Sep 17 00:00:00 2001 From: lsces Date: Fri, 8 May 2026 14:20:53 +0100 Subject: add_link_ticket is not working in the current build of smarty so having to manually add tk tokens to forms as required --- includes/setup_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/setup_inc.php b/includes/setup_inc.php index b34ab8e..9d4e0c3 100755 --- a/includes/setup_inc.php +++ b/includes/setup_inc.php @@ -57,7 +57,7 @@ if( !is_object( $gBitSmarty ) ) { // Load Bitweaver Plugins $gBitSmarty->addExtension(new Themes\BitweaverExtension() ); // set the default handler - $gBitSmarty->addDefaultModifiers( [ 'add_link_ticket', 'tr' ] ); + $gBitSmarty->addDefaultModifiers( [ 'tr' ] ); $gBitSmarty->registerResource( 'bitpackage', new ResourceBitpackage() ); if( isset( $_REQUEST['highlight'] ) ) { -- cgit v1.3