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
2a62589537
commit
c226076fec
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class Feed
|
||||||
. $scheme
|
. $scheme
|
||||||
. "://"
|
. "://"
|
||||||
. $_SERVER['HTTP_HOST']
|
. $_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
|
/* Note: relative URL should be enough (RFC7231) but some OPDS clients
|
||||||
* (especially those in dedicated book readers) might not support them
|
* (especially those in dedicated book readers) might not support them
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue