From: Vincent Vanwaelscappel Date: Wed, 22 Nov 2023 11:26:22 +0000 (+0100) Subject: wait #6107 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6e30c48c9e7aa469a4c37199404661b86e51c246;p=fluidbook-toolbox.git wait #6107 --- diff --git a/app/Fluidbook/Compiler/Compiler.php b/app/Fluidbook/Compiler/Compiler.php index 1fa5cf63f..118c7f781 100644 --- a/app/Fluidbook/Compiler/Compiler.php +++ b/app/Fluidbook/Compiler/Compiler.php @@ -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 . '/'; }