]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6107
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Nov 2023 11:26:22 +0000 (12:26 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 22 Nov 2023 11:26:22 +0000 (12:26 +0100)
app/Fluidbook/Compiler/Compiler.php

index 1fa5cf63f5781c300088d0b4587874001400e9cf..118c7f781e8f546c9f160e03a9c190056af8fbb4 100644 (file)
@@ -2419,7 +2419,7 @@ class Compiler extends Base implements CompilerInterface
 
     public static function getSourcesPath($version, $dir = null)
     {
-        $res = self::getFluidbookPlayerBaseDirectory();
+        $res = self::getPlayerBaseDirectory();
         if (null !== $dir) {
             $res .= $dir . '/';
         }