From bf8e73ca739d60a9c80acb007d794d0a80c3e5ac Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 22 Jan 2014 23:54:14 -0800 Subject: missing filename in uploaded photos (we don't really use this, but we will need to have a filename to export via DAV or API and the original filename would be the most likely choice). --- include/photos.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/photos.php') diff --git a/include/photos.php b/include/photos.php index eebddd393..82af4aaeb 100644 --- a/include/photos.php +++ b/include/photos.php @@ -77,6 +77,7 @@ function photo_upload($channel, $observer, $args) { $filesize = intval($_FILES['userfile']['size']); $type = $_FILES['userfile']['type']; } + if (! $type) $type=guess_image_type($filename); -- cgit v1.2.3