1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

Fixed: Call to undefined method OC_Helper::mimetypeIcon() at lib/feed.php#118

This commit is contained in:
Alexander Yamshanov 2016-07-06 00:43:32 +06:00
parent 2a62589537
commit c226076fec

View file

@ -115,7 +115,7 @@ class Feed
. $scheme
. "://"
. $_SERVER['HTTP_HOST']
. \OC_Helper::mimetypeIcon($i->getMimeType())
. \OC::$server->getMimeTypeDetector()->mimeTypeIcon($i->getMimeType())
);
/* Note: relative URL should be enough (RFC7231) but some OPDS clients
* (especially those in dedicated book readers) might not support them