diff --git a/phpBB/install/data/new_normalizer.php b/phpBB/install/data/new_normalizer.php
index a050520690..bd9920f5cd 100644
--- a/phpBB/install/data/new_normalizer.php
+++ b/phpBB/install/data/new_normalizer.php
@@ -174,7 +174,7 @@ class utf_new_normalizer
include($phpbb_root_path . 'includes/utf/data/utf_canonical_comp.' . $phpEx);
}
- return utf_normalizer::recompose($str, $pos, $len, &$qc, &$decomp_map);
+ return utf_normalizer::recompose($str, $pos, $len, $qc, $decomp_map);
}
}
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 59a6a21689..5179979f5f 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -510,7 +510,7 @@ while ($row = $db->sql_fetchrow($result))
$db->sql_freeresult($result);
echo $lang['PREVIOUS_VERSION'] . ' :: ' . $config['version'] . '
';
-echo $lang['UPDATED_VERSION'] . ' :: ' . $updates_to_version . '';
+echo $lang['UPDATED_VERSION'] . ' :: ' . $updates_to_version . '