diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-09-28 13:41:20 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-09-28 13:41:20 +0000 |
| commit | 237740d915323e9ad66378ccf70c5808a97c5d6c (patch) | |
| tree | c2fc328bc497362c89b42853b3b6f6211ac444e4 /install.php | |
| parent | 25e2f30768cdd14f7a28d8bde35d9005dba0ea3a (diff) | |
| download | install-237740d915323e9ad66378ccf70c5808a97c5d6c.tar.gz install-237740d915323e9ad66378ccf70c5808a97c5d6c.tar.bz2 install-237740d915323e9ad66378ccf70c5808a97c5d6c.zip | |
provide progress to correctly display bar
Diffstat (limited to 'install.php')
| -rw-r--r-- | install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install.php b/install.php index a03fee8..9af7111 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.22 2008/09/28 08:19:47 laetzer Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.23 2008/09/28 13:41:20 squareing Exp $ * @package install * @subpackage functions */ @@ -135,6 +135,7 @@ $install_file[$i]['name'] = 'Done'; if( !empty( $gBitDbType ) && !empty( $gBitInstaller->mPackages['users']['installed'] ) && !$gBitUser->isAdmin() && !$_SESSION['first_install'] ) { $install_file = 'login'; $gBitSmarty->assign( 'install_file', INSTALL_PKG_PATH."templates/install_".$install_file.".tpl" ); + $gBitSmarty->assign( 'progress', 0 ); $gBitSmarty->display( INSTALL_PKG_PATH.'templates/install.tpl' ); die; } |
