From 160f69900be0e96fac0f1f737495c2a1686cc2ea Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 24 May 2025 19:49:10 -0400 Subject: SmartyBC cleanup: assign_by_ref->assignByRef --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 44e83c1..fd901c4 100644 --- a/install.php +++ b/install.php @@ -178,7 +178,7 @@ include_once( INSTALL_PKG_INCLUDE_PATH.'install_'.$install_file[$step]['file'].' $install_file = set_menu( $install_file, $step ); -$gBitSmarty->assign_by_ref( 'gBitInstaller', $gBitInstaller ); +$gBitSmarty->assignByRef( 'gBitInstaller', $gBitInstaller ); $gBitSmarty->assign( 'install_file', INSTALL_PKG_PATH."templates/install_".$install_file[$step]['file'].$app.".tpl" ); $gBitInstaller->in_display( $install_file[$step]['name'], INSTALL_PKG_PATH.'templates/install.tpl' ); ?> -- cgit v1.3