File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
* License: GNU/GPLv2
9
9
* @see LICENSE.txt
10
10
*
11
- * This file: PHPMailer-phpMussel linker (last modified: 2021.07.10 ).
11
+ * This file: PHPMailer-phpMussel linker (last modified: 2021.08.25 ).
12
12
*/
13
13
14
14
namespace phpMussel \PHPMailer ;
@@ -47,7 +47,7 @@ public function __construct(\phpMussel\Core\Loader &$Loader)
47
47
$ Configuration = $ this ->Loader ->readFile ($ this ->AssetsPath . 'config.yml ' )
48
48
) {
49
49
$ Defaults = [];
50
- $ this ->Loader ->YAML ->process ($ Configuration , $ Defaults );
50
+ $ this ->Loader ->YAML ->process ($ Configuration , $ Defaults, 0 , true );
51
51
if (isset ($ Defaults )) {
52
52
$ this ->Loader ->fallback ($ Defaults );
53
53
$ this ->Loader ->ConfigurationDefaults = array_merge_recursive ($ this ->Loader ->ConfigurationDefaults , $ Defaults );
You can’t perform that action at this time.
0 commit comments