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;
|
$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
|
||||||
|
|
Loading…
Reference in New Issue