1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge pull request #5851 from marc1706/ticket/16354

[ticket/16354] Improve installer error handling and cache issues
This commit is contained in:
Marc Alexander
2020-02-14 08:15:00 +01:00
2 changed files with 130 additions and 16 deletions

View File

@@ -637,7 +637,7 @@ class filesystem implements filesystem_interface
}
/**
* Try to resolve real path when PHP's realpath failes to do so
* Try to resolve real path when PHP's realpath fails to do so
*
* @param string $path
* @return bool|string