diff options
Diffstat (limited to 'phpBB/phpbb/install/module/update_database/task')
| -rw-r--r-- | phpBB/phpbb/install/module/update_database/task/update.php | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/install/module/update_database/task/update.php b/phpBB/phpbb/install/module/update_database/task/update.php index aa44d403dd..4b2baf2c23 100644 --- a/phpBB/phpbb/install/module/update_database/task/update.php +++ b/phpBB/phpbb/install/module/update_database/task/update.php @@ -158,7 +158,6 @@ class update extends task_base  				array_unshift($msg, $e->getMessage());  				$this->iohandler->add_error_message($msg); -				$this->iohandler->send_response();  				throw new user_interaction_required_exception();  			}  | 
