1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2023-10-04 20:03:19 +02:00
4 changed files with 8 additions and 6 deletions

View File

@@ -217,6 +217,7 @@ class check_filesystem extends \phpbb\install\task_base
catch (\phpbb\filesystem\exception\filesystem_exception $e)
{
// Do nothing
$this->response->add_warning_message($e->getMessage(), $e->get_filename());
}
}
@@ -232,6 +233,7 @@ class check_filesystem extends \phpbb\install\task_base
}
catch (\phpbb\filesystem\exception\filesystem_exception $e)
{
$this->response->add_warning_message($e->getMessage(), $e->get_filename());
// Do nothing
}
}