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).
This commit is contained in:
@@ -357,7 +357,7 @@ abstract class photo_driver {
|
||||
dbesc($p['resource_id']),
|
||||
dbesc(datetime_convert()),
|
||||
dbesc(datetime_convert()),
|
||||
dbesc(basename($filename)),
|
||||
dbesc(basename($p['filename'])),
|
||||
dbesc($this->getType()),
|
||||
dbesc($p['album']),
|
||||
intval($this->getHeight()),
|
||||
|
Reference in New Issue
Block a user