From 58e90109e04c4cc6c488fa73de08ddb720ba6c15 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 14 Oct 2021 17:00:43 +0200 Subject: [PATCH] wip #4757 --- src/Compiler/Styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compiler/Styles.php b/src/Compiler/Styles.php index d8be34d..af35082 100644 --- a/src/Compiler/Styles.php +++ b/src/Compiler/Styles.php @@ -356,7 +356,7 @@ trait Styles $this->vdir->copy($p, 'data/' . $path); return $p; } - $o=str_replace('.svg', '.o.svg', $p); + $po=str_replace('.svg', '.o.svg', $p); if (file_exists($po)) { copy($po, $p); $this->vdir->copy($p, 'data/' . $path); -- 2.39.5