Dropbox and link import fixed (#84)
This commit is contained in:
parent
36d08c50b7
commit
bba6d264e7
@ -360,7 +360,7 @@ function importUrl($url, $albumID = 0) {
|
||||
|
||||
copy($url, $tmp_name);
|
||||
|
||||
return importPhoto($filename, $albumID);
|
||||
return importPhoto($tmp_name, $albumID);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user