From 3e8838104205fead36a5ae569fad77334ec9ff35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 27 Apr 2023 09:42:42 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index ed71489..aba6256 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -20,7 +20,7 @@ HUMHUB_AUTH_BASIC_PATH="/protected/modules/auth-basic" local_curl_csrf () { # Define url of page to curl - local local_page=$(ynh_normalize_url_path $1) + local local_page=$1 local full_path=$path_url$local_page if [ "${path_url}" == "/" ]; then