summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2025-05-24 19:49:10 -0400
committerspiderr <spiderr@bitweaver.org>2025-05-24 19:49:10 -0400
commit160f69900be0e96fac0f1f737495c2a1686cc2ea (patch)
tree87630f87054afbc9eb5e15da2a32bbef9b9c2a64
parentac92606afa5c4b422018818162d87425b50e483a (diff)
downloadinstall-160f69900be0e96fac0f1f737495c2a1686cc2ea.tar.gz
install-160f69900be0e96fac0f1f737495c2a1686cc2ea.tar.bz2
install-160f69900be0e96fac0f1f737495c2a1686cc2ea.zip
SmartyBC cleanup: assign_by_ref->assignByRef
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
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' );
?>