summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2025-05-31 07:14:19 -0400
committerspiderr <spiderr@bitweaver.org>2025-05-31 07:14:19 -0400
commit98a490e4ebaff4b0a6bf0005811b6478eb3c467b (patch)
tree65ea3cad65926955091689b85978e192acc78c7b
parent73b3d7b0bb2c3f1893abd7e91004ae577f101bbd (diff)
parent160f69900be0e96fac0f1f737495c2a1686cc2ea (diff)
downloadinstall-98a490e4ebaff4b0a6bf0005811b6478eb3c467b.tar.gz
install-98a490e4ebaff4b0a6bf0005811b6478eb3c467b.tar.bz2
install-98a490e4ebaff4b0a6bf0005811b6478eb3c467b.zip
Merge branch 'master' of github.com:bitweaver/install
-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' );
?>