summaryrefslogtreecommitdiff
path: root/smartyplugins
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-04 11:33:27 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-04 11:33:27 +0100
commit3a6bb46e22ac973987de9520bb45a99af5694167 (patch)
treec6d8be79000f82ac733c43e33abd4e083193896a /smartyplugins
parent36577d9f599a3dd8e2c7f44aa27daf49280ee435 (diff)
downloadthemes-3a6bb46e22ac973987de9520bb45a99af5694167.tar.gz
themes-3a6bb46e22ac973987de9520bb45a99af5694167.tar.bz2
themes-3a6bb46e22ac973987de9520bb45a99af5694167.zip
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 <noreply@anthropic.com>
Diffstat (limited to 'smartyplugins')
-rwxr-xr-xsmartyplugins/function.booticon.php2
1 files changed, 1 insertions, 1 deletions
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 <img> on success
*/
-function smarty_function_biticon( $pParams ) {
+function smarty_function_booticon( $pParams ) {
global $gBitSystem;
if( empty( $pParams['iforce'] )) {