summaryrefslogtreecommitdiff
path: root/migrate.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2012-08-05 18:04:25 +0100
committerlsces <lester@lsces.co.uk>2012-08-05 18:04:25 +0100
commitfb7c3c4b8364f7ed8d69207a3514b2a621d3be4b (patch)
tree06779eb570bd79b9dcfbf613dc615c157659ce9c /migrate.php
parent5ab77ae58ad893bf42c0dc3480339146eb857310 (diff)
downloadinstall-fb7c3c4b8364f7ed8d69207a3514b2a621d3be4b.tar.gz
install-fb7c3c4b8364f7ed8d69207a3514b2a621d3be4b.tar.bz2
install-fb7c3c4b8364f7ed8d69207a3514b2a621d3be4b.zip
Tidier fix for strict complaince of the BitInstall class
Diffstat (limited to 'migrate.php')
-rw-r--r--migrate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/migrate.php b/migrate.php
index 31e7ff7..0af2e90 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_file[$step]['name'], INSTALL_PKG_PATH.'templates/install.tpl' );
+$gBitInstaller->in_display( $install_file[$step]['name'], INSTALL_PKG_PATH.'templates/install.tpl' );
?>