aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Thumbs/Mp3audio.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Thumbs/Mp3audio.php')
-rw-r--r--Zotlabs/Thumbs/Mp3audio.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Thumbs/Mp3audio.php b/Zotlabs/Thumbs/Mp3audio.php
index d2e660cf8..000d65b22 100644
--- a/Zotlabs/Thumbs/Mp3audio.php
+++ b/Zotlabs/Thumbs/Mp3audio.php
@@ -2,7 +2,7 @@
namespace Zotlabs\Thumbs;
-use ID3Parser\ID3Parser;
+use \ID3Parser\ID3Parser;
class Mp3audio {
@@ -11,7 +11,7 @@ class Mp3audio {
}
function Thumb($attach,$preview_style,$height = 300, $width = 300) {
- $p = newID3Parser();
+ $p = new ID3Parser();
$id = $p->analyze(dbunescbin($attach['content']));