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:
parent
c226076fec
commit
d7962d42ee
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue