aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-11-07 19:25:20 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-11-08 16:48:23 +0100
commit6e51571309481b64edd40c0571b83bc7a1562b4f (patch)
tree106fa85ac2e2f5c20553d868083cfb176eefc769 /Zotlabs
parentfe30b5497593dcfb4445d72c99fa357011cebf46 (diff)
downloadvolse-hubzilla-6e51571309481b64edd40c0571b83bc7a1562b4f.tar.gz
volse-hubzilla-6e51571309481b64edd40c0571b83bc7a1562b4f.tar.bz2
volse-hubzilla-6e51571309481b64edd40c0571b83bc7a1562b4f.zip
Remove epub-meta from library
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Thumbs/Epubthumb.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Thumbs/Epubthumb.php b/Zotlabs/Thumbs/Epubthumb.php
index 6ebbd8933..2eda3a941 100644
--- a/Zotlabs/Thumbs/Epubthumb.php
+++ b/Zotlabs/Thumbs/Epubthumb.php
@@ -2,7 +2,7 @@
namespace Zotlabs\Thumbs;
-require_once 'library/epub-meta/epub.php';
+use SebLucas\EPubMeta\EPub;
/**
* @brief Thumbnail creation for epub files.
@@ -37,7 +37,7 @@ class Epubthumb {
$photo = false;
- $ep = new \EPub($file);
+ $ep = new EPub($file);
$data = $ep->Cover();
if($data['found']) {