]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7266
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Jan 2025 15:42:40 +0000 (16:42 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 21 Jan 2025 15:42:40 +0000 (16:42 +0100)
app/helpers.php

index 23a24d64acc590900803b23cecafaac1c1d03e22..d2679bbc9e1bcc048e5bacc954bc6cc620119f8c 100644 (file)
@@ -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);
     }