summaryrefslogtreecommitdiff
path: root/upgrade_final.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-08-01 18:40:31 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-08-01 18:40:31 +0000
commit796abac6241f626d947a98c281ce036ae9b5cf61 (patch)
treee08f98336790eedc7c498d6f4979d38e945273cb /upgrade_final.php
parentb5a06219c50aa709c8a4f4f0b8b034f2c9c56878 (diff)
downloadinstall-796abac6241f626d947a98c281ce036ae9b5cf61.tar.gz
install-796abac6241f626d947a98c281ce036ae9b5cf61.tar.bz2
install-796abac6241f626d947a98c281ce036ae9b5cf61.zip
merge recent changes with HEAD - R1 and HEAD are identical now
Diffstat (limited to 'upgrade_final.php')
-rw-r--r--upgrade_final.php6
1 files changed, 3 insertions, 3 deletions
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 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_final.php,v 1.2 2005/06/28 07:45:45 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_final.php,v 1.3 2005/08/01 18:40:30 squareing Exp $
* @package install
* @subpackage upgrade
*/
@@ -11,7 +11,7 @@
// this is set to tell the progress meter to include this page --> 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 );
}
?>