mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17189] Show file names that couldn't be modified by installer
PHPBB3-17189
This commit is contained in:
parent
3b622bc005
commit
a78eb6fb42
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue