We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6481cec commit e9f2b80Copy full SHA for e9f2b80
pub/index.php
@@ -26,7 +26,7 @@
26
27
$params = $_SERVER;
28
$params[Bootstrap::INIT_PARAM_FILESYSTEM_DIR_PATHS] = array_replace_recursive(
29
- $params[Bootstrap::INIT_PARAM_FILESYSTEM_DIR_PATHS],
+ $params[Bootstrap::INIT_PARAM_FILESYSTEM_DIR_PATHS] ?? [],
30
[
31
DirectoryList::PUB => [DirectoryList::URL_PATH => ''],
32
DirectoryList::MEDIA => [DirectoryList::URL_PATH => 'media'],
0 commit comments