diff options
Diffstat (limited to 'LibertySystem.php')
| -rwxr-xr-x | LibertySystem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LibertySystem.php b/LibertySystem.php index 7e057c8..ba2921c 100755 --- a/LibertySystem.php +++ b/LibertySystem.php @@ -3,7 +3,7 @@ * System class for handling the liberty package * * @package liberty -* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.41 2006/08/31 06:53:16 spiderr Exp $ +* @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertySystem.php,v 1.42 2006/09/03 20:10:40 squareing Exp $ * @author spider <spider@steelsun.com> */ @@ -432,6 +432,7 @@ class LibertySystem extends LibertyBase { 'iexplain' => $ext, 'url' => 'only', ); + if( !$ret = smarty_function_biticon( $biticon,$gBitSmarty ) ) { $biticon['iname'] = $pExt; if( !$ret = smarty_function_biticon( $biticon,$gBitSmarty ) ) { |
