From 5c88610758ad477163a6b2ba3819b7e2a1ffaf18 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 21 Jan 2025 16:42:40 +0100 Subject: [PATCH] wait #7266 --- app/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5