inclusion manquante dans certains cas

mise-a-jour-de-la-lib-scssphp-issue-11
Cerdic 3 years ago
parent be0c57eace
commit bae6fd95c2

@ -27,6 +27,9 @@ function scssphp_find_in_path($scss, $rootSourceFile, $args) {
if ($filepath) {
$filepath = find_in_path($filepath);
if ($filepath) {
if (!function_exists('timestamp')) {
include_spip('inc/filtres');
}
$filepath = timestamp($filepath);
}
}

Loading…
Cancel
Save