summaryrefslogtreecommitdiff
path: root/includes/install_options.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/install_options.php')
-rwxr-xr-x[-rw-r--r--]includes/install_options.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/install_options.php b/includes/install_options.php
index aab0529..f4a93d1 100644..100755
--- a/includes/install_options.php
+++ b/includes/install_options.php
@@ -9,7 +9,7 @@
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
-//$gBitSmarty->assign( 'next_step',$step );
+$gBitSmarty->assign( 'next_step',$step );
if( isset( $_REQUEST['upgrade'] ) ) {
$_SESSION['upgrade'] = TRUE;
$_SESSION['first_install'] = TRUE;
@@ -34,4 +34,3 @@ if( isset( $_REQUEST['upgrade'] ) ) {
} else {
$gBitSmarty->assign( 'next_step',$step );
}
-?>