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 /migrate.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 'migrate.php')
| -rw-r--r-- | migrate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate.php b/migrate.php index ef04702..31e7ff7 100644 --- a/migrate.php +++ b/migrate.php @@ -53,6 +53,6 @@ $gBitSmarty->assign( 'menu_file', 'migrate.php' ); $gBitSmarty->assign( 'section', 'Upgrade' ); $gBitSmarty->assign( 'install_file', INSTALL_PKG_PATH."templates/migrate_".$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' ); ?> |
