summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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' );
?>