From 6e30c48c9e7aa469a4c37199404661b86e51c246 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 22 Nov 2023 12:26:22 +0100 Subject: [PATCH] wait #6107 --- app/Fluidbook/Compiler/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . '/'; } -- 2.39.5