1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/13716] Fix verboseness

PHPBB3-13716
This commit is contained in:
Richard McGirr
2016-04-11 06:04:56 -04:00
parent e80f79fc9a
commit c938077172
2 changed files with 2 additions and 18 deletions

View File

@@ -71,7 +71,7 @@ class acp_update
$template->assign_vars(array(
'S_UPDATE_INCOMPLETE' => true,
'FILES_VERSION' => PHPBB_VERSION,
'INCOMPLETE_INSTRUCTIONS' => $user->lang('UPDATE_INCOMPLETE_EXPLAIN', $update_link, $database_update_link),
'INCOMPLETE_INSTRUCTIONS' => $user->lang('UPDATE_INCOMPLETE_EXPLAIN', $database_update_link),
));
}
}