Merge branch 'ent-fix-goliat-lwp-get-content' into 'develop'

fix GoliatLWP's get_content

See merge request artica/pandorafms!5066
This commit is contained in:
Daniel Rodriguez 2022-09-28 14:35:16 +00:00
commit 969dd19c4d
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ sub g_http_task {
$task_get_content[$thread_id] = $1; $task_get_content[$thread_id] = $1;
} }
} else { } else {
$task_get_content[$thread_id] = $resp; $task_get_content[$thread_id] = $resp->decoded_content;
} }
# Resource bashing # Resource bashing