1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

feat(core): try to fix tests #477

This commit is contained in:
Awilum
2020-10-31 00:28:27 +03:00
parent e82f8940eb
commit 1a8eb27a30

View File

@@ -67,7 +67,7 @@ if (filesystem()->file($preflight_flextype_path . '/' . $cache_id . '.php')->exi
// Merge flextype default settings with custom project settings.
$flextype_data = array_replace_recursive($default_flextype_settings, $custom_flextype_settings, $flextype_manifest);
filesystem()->file($preflight_flextype_path . $cache_id . '.php')->put(sprintf('<?php return %s;', var_export($flextype_data, true)));
//@todo remove this: filesystem()->file($preflight_flextype_path . $cache_id . '.php')->put(sprintf('<?php return %s;', var_export($flextype_data, true)));
}
// Store flextype merged data in the flextype registry.