mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Fixes #1712 - Plugin/Theme download from within admin area.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user