summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 94deace..5997355 100644
--- a/install.php
+++ b/install.php
@@ -139,7 +139,7 @@ $install_file[$i]['name'] = 'Done';
//don't increment last $i since it's used later on
// Needed for version number
-$gBitSmarty->assign_by_ref( 'gBitSystem', $gBitSystem );
+$gBitSmarty->assignByRef( 'gBitSystem', $gBitSystem );
if( !empty( $_POST['signin'] ) ) {
$gBitUser->login( $_POST['user'], $_POST['pass'] );