From: Vincent Vanwaelscappel Date: Tue, 21 Jan 2025 15:42:40 +0000 (+0100) Subject: wait #7266 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5c88610758ad477163a6b2ba3819b7e2a1ffaf18;p=fluidbook-toolbox.git wait #7266 --- diff --git a/app/helpers.php b/app/helpers.php index 23a24d64a..d2679bbc9 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -20,7 +20,7 @@ if (!function_exists('us_path')) { } if (!function_exists('us_protected_path')) { - function us_protected_path($path) + function us_protected_path($path='') { return us_path('protected/' . $path); }