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 01:09:21 +06:00
parent c226076fec
commit d7962d42ee

View file

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