]> _ Git - fluidbook_tools.git/commitdiff
wip #4757
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Oct 2021 15:00:43 +0000 (17:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 14 Oct 2021 15:00:43 +0000 (17:00 +0200)
src/Compiler/Styles.php

index d8be34d5a272dd7b4b0c83233b8c6d25371f6650..af35082058a1cea7448397b1881fdfef2a1bc51a 100644 (file)
@@ -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);