diff options
| author | lsces <lester@lsces.co.uk> | 2012-08-05 00:23:59 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2012-08-05 00:23:59 +0100 |
| commit | 5ab77ae58ad893bf42c0dc3480339146eb857310 (patch) | |
| tree | cc8408f41de27f39aec5f42876efe528bf646c68 /upgrade.php | |
| parent | a47333fc0d81b03d67b5e715adc1cdca04117e51 (diff) | |
| download | install-5ab77ae58ad893bf42c0dc3480339146eb857310.tar.gz install-5ab77ae58ad893bf42c0dc3480339146eb857310.tar.bz2 install-5ab77ae58ad893bf42c0dc3480339146eb857310.zip | |
display has to match base class format
Diffstat (limited to 'upgrade.php')
| -rw-r--r-- | upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.php b/upgrade.php index 3f6a4ed..2ec4e70 100644 --- a/upgrade.php +++ b/upgrade.php @@ -65,6 +65,6 @@ $gBitSmarty->assign( 'menu_file', 'upgrade.php' ); $gBitSmarty->assign( 'section', 'Upgrade' ); $gBitSmarty->assign( 'install_file', INSTALL_PKG_PATH."templates/upgrade_".$install_file[$step]['file'].$app.".tpl" ); -$gBitInstaller->display( INSTALL_PKG_PATH.'templates/install.tpl', $install_file[$step]['name'] ); +$gBitInstaller->display( $install_file[$step]['name'], INSTALL_PKG_PATH.'templates/install.tpl' ); ?> |
