// Fixed image import

This commit is contained in:
Dragan Skrbic
2013-04-29 18:07:42 +02:00
parent 7eba77ae66
commit 7f8a33763a
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1332,7 +1332,7 @@ class ToolsCore
$opts = stream_context_get_options($stream_context);
$content = curl_exec($curl);
curl_close($curl);
return file_put_contents($content, $destination);
return file_put_contents($destination, $content);
}
else
return false;