Skip to content

Commit 60d2746

Browse files
committed
"when you don't want to fix stuffs just don't commit"
1 parent ad6040e commit 60d2746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
// purchasing and downloading a file
3030
$dl_data = $api->getMedia(35957426, 'XS');
31-
$api->downloadMedia($dl_data['url'], '/tmp/' + $dl_data['name']);
31+
$api->downloadMedia($dl_data['url'], '/tmp/' . $dl_data['name']);

0 commit comments

Comments
 (0)