mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Fixes #1712 - Plugin/Theme download from within admin area.
This commit is contained in:
parent
5e6c820946
commit
6d9a98fdf6
@ -395,8 +395,9 @@ abstract class e_marketplace_adapter_abstract
|
||||
|
||||
|
||||
$cp = e107::getFile()->initCurl($remote_url);
|
||||
curl_setopt($cp, CURLOPT_FILE, $fp);
|
||||
/* $cp = curl_init($remote_url);
|
||||
curl_setopt($cp, CURLOPT_FILE, $fp);
|
||||
|
||||
|
||||
//curl_setopt($ch, CURLOPT_VERBOSE, 1);
|
||||
//curl_setopt($ch, CURLOPT_STDERR, $fp1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user