Browse Source

Dropbox and link import fixed (#84)

Tobias Reich 11 years ago
parent
commit
bba6d264e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/modules/upload.php

+ 1 - 1
php/modules/upload.php

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