From d1691648c1eaae09c3e9c22a82bde2220c8ddf34 Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Thu, 25 Feb 2021 17:42:25 +0100 Subject: [PATCH] ynh_normalize_url_path is for 'super-old versions' --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7aa69c0..748c116 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -14,7 +14,7 @@ ynh_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