Skip to content

Commit

Permalink
Fixed a merge error that missing a bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
scribetw committed Mar 15, 2015
1 parent 31dc312 commit 814b466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/FileIo/FileIOsatellite.php
Expand Up @@ -47,6 +47,7 @@ private function transloadSatellite($imgname)
{
if (!($fp = \fsockopen($this->parameter[0]['host'], 80))) {
return false;
}
$argument = 'mode=transload&key=' . $this->parameter[2] . '&imgurl=http:' . $this->getImageLocalURL($imgname) . '&imgname=' . $imgname;
$out = 'POST ' . $this->parameter[0]['path'] . " HTTP/1.1\r\n";
$out .= 'Host: ' . $this->parameter[0]['host'] . "\r\n";
Expand Down

0 comments on commit 814b466

Please sign in to comment.