X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fmediafile.php;h=9fe5432ad503273c47d35160a481dc84b6c5d3e7;hb=543d968b81b97c9ebd46de063d8d70621c12015b;hp=2b8f324df2f88d5e8671c95f2e6166d07b57a380;hpb=29e1203609204cbcf0a6fd7b83147e2a178f5f99;p=quix0rs-gnu-social.git diff --git a/lib/mediafile.php b/lib/mediafile.php index 2b8f324df2..9fe5432ad5 100644 --- a/lib/mediafile.php +++ b/lib/mediafile.php @@ -74,6 +74,11 @@ class MediaFile return $this->short_fileurl; } + function getEnclosure() + { + return $this->getFile()->getEnclosure(); + } + function delete() { $filepath = File::path($this->filename);