diff options
Diffstat (limited to 'install_cleanup.php')
| -rw-r--r-- | install_cleanup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install_cleanup.php b/install_cleanup.php index a9d0dd8..4846d8a 100644 --- a/install_cleanup.php +++ b/install_cleanup.php @@ -10,7 +10,7 @@ $gBitSmarty->assign( 'next_step', $step ); $schema = $gBitInstaller->mPackages; ksort( $schema ); -$gBitSmarty->assign_by_ref( 'schema', $schema ); +$gBitSmarty->assignByRef( 'schema', $schema ); |
