summaryrefslogtreecommitdiff
path: root/install_welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'install_welcome.php')
-rw-r--r--install_welcome.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install_welcome.php b/install_welcome.php
index 3add0c6..8314216 100644
--- a/install_welcome.php
+++ b/install_welcome.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_install/install_welcome.php,v 1.2 2005/06/28 07:45:45 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_install/install_welcome.php,v 1.3 2005/08/01 18:40:30 squareing Exp $
* @package install
* @subpackage functions
*/
@@ -10,5 +10,5 @@
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// assign next step in installation process
-$smarty->assign( 'next_step',$step + 1 );
+$gBitSmarty->assign( 'next_step',$step + 1 );
?> \ No newline at end of file