From 3a6bb46e22ac973987de9520bb45a99af5694167 Mon Sep 17 00:00:00 2001 From: Lester Caine Date: Thu, 4 Jun 2026 11:33:27 +0100 Subject: Restore smarty_function_booticon name in function.booticon.php Conversion script accidentally renamed it to smarty_function_biticon, causing a fatal redeclaration clash with function.biticon.php. Co-Authored-By: Claude Sonnet 4.6 --- smartyplugins/function.booticon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'smartyplugins') diff --git a/smartyplugins/function.booticon.php b/smartyplugins/function.booticon.php index bd70e98..78d82df 100755 --- a/smartyplugins/function.booticon.php +++ b/smartyplugins/function.booticon.php @@ -20,7 +20,7 @@ namespace Bitweaver\Plugins; * @access public * @return string Full on success */ -function smarty_function_biticon( $pParams ) { +function smarty_function_booticon( $pParams ) { global $gBitSystem; if( empty( $pParams['iforce'] )) { -- cgit v1.3