Skip to content

Commit b1fb932

Browse files
committed
L10N patch.
1 parent ce3c689 commit b1fb932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Linker.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: PHPMailer-phpMussel linker (last modified: 2021.07.10).
11+
* This file: PHPMailer-phpMussel linker (last modified: 2021.08.25).
1212
*/
1313

1414
namespace phpMussel\PHPMailer;
@@ -47,7 +47,7 @@ public function __construct(\phpMussel\Core\Loader &$Loader)
4747
$Configuration = $this->Loader->readFile($this->AssetsPath . 'config.yml')
4848
) {
4949
$Defaults = [];
50-
$this->Loader->YAML->process($Configuration, $Defaults);
50+
$this->Loader->YAML->process($Configuration, $Defaults, 0, true);
5151
if (isset($Defaults)) {
5252
$this->Loader->fallback($Defaults);
5353
$this->Loader->ConfigurationDefaults = array_merge_recursive($this->Loader->ConfigurationDefaults, $Defaults);

0 commit comments

Comments
 (0)