File: phpbb/install/module/requirements/task/check_filesystem.php
Unmodified
Added
Modified
Removed
Line 217 | Line 217 |
---|
catch (\phpbb\filesystem\exception\filesystem_exception $e) { // Do nothing
|
catch (\phpbb\filesystem\exception\filesystem_exception $e) { // Do nothing
|
| $this->response->add_warning_message($e->getMessage(), $e->get_filename());
|
} }
| } }
|
Line 232 | Line 233 |
---|
} catch (\phpbb\filesystem\exception\filesystem_exception $e) {
|
} catch (\phpbb\filesystem\exception\filesystem_exception $e) {
|
| $this->response->add_warning_message($e->getMessage(), $e->get_filename());
|
// Do nothing } }
| // Do nothing } }
|