Skip to content

Commit 8e4bf7a

Browse files
committed
L10N patch.
1 parent 00cc24e commit 8e4bf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Web.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: Upload handler (last modified: 2021.07.10).
11+
* This file: Upload handler (last modified: 2021.08.25).
1212
*/
1313

1414
namespace phpMussel\Web;
@@ -72,7 +72,7 @@ public function __construct(\phpMussel\Core\Loader &$Loader, \phpMussel\Core\Sca
7272
$Configuration = $this->Loader->readFile($this->AssetsPath . 'config.yml')
7373
) {
7474
$Defaults = [];
75-
$this->Loader->YAML->process($Configuration, $Defaults);
75+
$this->Loader->YAML->process($Configuration, $Defaults, 0, true);
7676
if (isset($Defaults)) {
7777
$this->Loader->fallback($Defaults);
7878
$this->Loader->ConfigurationDefaults = array_merge_recursive($this->Loader->ConfigurationDefaults, $Defaults);

0 commit comments

Comments
 (0)