mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fix GoliatLWP's get_content
This commit is contained in:
parent
f0911021ab
commit
041e5c9962
@ -236,7 +236,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…
x
Reference in New Issue
Block a user