Skip to content

Commit

Permalink
Fixes #1712 - Plugin/Theme download from within admin area.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Jun 19, 2016
1 parent 5e6c820 commit 6d9a98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e107_handlers/e_marketplace.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,9 @@ function getRemoteFile($remote_url, $local_file, $type='temp')


$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);
Expand Down

0 comments on commit 6d9a98f

Please sign in to comment.