Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis authored and dennis committed Oct 10, 2012
1 parent d14edf5 commit 05d6d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coslib/mycurl.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function createCurl($url = 'nul'){
curl_setopt($s,CURLOPT_NOBODY,true);
}

if($this->_binary){
if($this->_binaryTransfer){
curl_setopt($s,CURLOPT_BINARYTRANSFER,true);
}

Expand Down

0 comments on commit 05d6d77

Please sign in to comment.