I don't know why we would set the mimetype as title here

This commit is contained in:
Mikael Nordfeldth 2016-07-07 00:43:51 +02:00
parent 71afb5be75
commit 4a3ed7d0ae
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class StoreRemoteMediaPlugin extends Plugin
switch (common_get_mime_media($file->mimetype)) {
case 'image':
// Just to set something for now at least...
$file->title = $file->mimetype;
//$file->title = $file->mimetype;
break;
}