fix: [urls in links]

connector
iglocska 2021-03-26 12:55:40 +01:00
parent f08bf54f28
commit dd30519e73
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
} }
} }
$url_param_data_paths = ''; $url_param_data_paths = '';
$url = empty($action['url']) ? '#' : $baseurl . '/' . h($action['url']); $url = empty($action['url']) ? '#' : h($action['url']);
if (!empty($action['url_params_data_paths'])) { if (!empty($action['url_params_data_paths'])) {
if (is_array($action['url_params_data_paths'])) { if (is_array($action['url_params_data_paths'])) {
$temp = array(); $temp = array();