diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:33:27 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-04 11:33:27 +0100 |
| commit | 3a6bb46e22ac973987de9520bb45a99af5694167 (patch) | |
| tree | c6d8be79000f82ac733c43e33abd4e083193896a /smartyplugins | |
| parent | 36577d9f599a3dd8e2c7f44aa27daf49280ee435 (diff) | |
| download | themes-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-x | smartyplugins/function.booticon.php | 2 |
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'] )) { |
