diff --git a/phpBB/adm/style/install_update.html b/phpBB/adm/style/install_update.html index c0dc185361..a5a0f8b5b6 100644 --- a/phpBB/adm/style/install_update.html +++ b/phpBB/adm/style/install_update.html @@ -192,94 +192,170 @@
{L_FILES_UP_TO_DATE_EXPLAIN}
{L_FILES_NEW_EXPLAIN}
{L_FILES_NOT_MODIFIED_EXPLAIN}
{files.EXPLAIN}
{L_FILES_MODIFIED_EXPLAIN}
{L_FILES_NEW_CONFLICT_EXPLAIN}
{L_FILES_CONFLICT_EXPLAIN}
{L_CONNECTION_FAILED}{ERROR_MSG}
- * $diff = new diff($lines1, $lines2); + * $diff = &new diff($lines1, $lines2); * $rev = $diff->reverse(); *