From 796abac6241f626d947a98c281ce036ae9b5cf61 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 1 Aug 2005 18:40:31 +0000 Subject: merge recent changes with HEAD - R1 and HEAD are identical now --- upgrade_final.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'upgrade_final.php') diff --git a/upgrade_final.php b/upgrade_final.php index bb3a76f..2a0d9ca 100644 --- a/upgrade_final.php +++ b/upgrade_final.php @@ -1,6 +1,6 @@ 100% completed $app = '_done'; -$smarty->assign( 'next_step',$step ); +$gBitSmarty->assign( 'next_step',$step ); if( isset( $_REQUEST['enter_bitweaver'] ) ) { $_SESSION = NULL; @@ -21,6 +21,6 @@ if( isset( $_REQUEST['enter_bitweaver'] ) ) { header( 'Location: '.INSTALL_PKG_URL.'install.php?step=5' ); die; } else { - $smarty->assign( 'next_step',$step ); + $gBitSmarty->assign( 'next_step',$step ); } ?> -- cgit v1.3