mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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:
commit
969dd19c4d
@ -239,7 +239,7 @@ sub g_http_task {
|
||||
$task_get_content[$thread_id] = $1;
|
||||
}
|
||||
} else {
|
||||
$task_get_content[$thread_id] = $resp;
|
||||
$task_get_content[$thread_id] = $resp->decoded_content;
|
||||
}
|
||||
|
||||
# Resource bashing
|
||||
|
Loading…
x
Reference in New Issue
Block a user