aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/html_migrator_output_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/db/html_migrator_output_handler.php')
-rw-r--r--phpBB/phpbb/db/html_migrator_output_handler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/html_migrator_output_handler.php b/phpBB/phpbb/db/html_migrator_output_handler.php
index 82b7b416e2..e37c667463 100644
--- a/phpBB/phpbb/db/html_migrator_output_handler.php
+++ b/phpBB/phpbb/db/html_migrator_output_handler.php
@@ -39,7 +39,7 @@ class html_migrator_output_handler implements migrator_output_handler_interface
*/
public function write($message, $verbosity)
{
- if ($verbosity <= migrator_output_handler_interface::VERBOSITY_NORMAL)
+ if ($verbosity <= migrator_output_handler_interface::VERBOSITY_VERBOSE)
{
$final_message = call_user_func_array(array($this->user, 'lang'), $message);
echo $final_message . "<br />\n";