From: Vincent Vanwaelscappel Date: Thu, 14 Oct 2021 15:00:43 +0000 (+0200) Subject: wip #4757 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=58e90109e04c4cc6c488fa73de08ddb720ba6c15;p=fluidbook_tools.git wip #4757 --- 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);