Dropbox and link import fixed (#84)

This commit is contained in:
Tobias Reich 2014-02-26 23:37:21 +01:00
parent 36d08c50b7
commit bba6d264e7

View File

@ -360,7 +360,7 @@ function importUrl($url, $albumID = 0) {
copy($url, $tmp_name);
return importPhoto($filename, $albumID);
return importPhoto($tmp_name, $albumID);
}