[Pkg-owncloud-commits] [owncloud] 17/61: update getID3 library & add autoload
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:51:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 0cabafb513fda8bc127032a4a97100ef26001933
Author: Morris Jobke <hey at morrisjobke.de>
Date: Mon Jul 28 15:05:55 2014 +0200
update getID3 library & add autoload
---
3rdparty | 2 +-
lib/private/preview/mp3.php | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/3rdparty b/3rdparty
index 6ece897..53284a9 160000
--- a/3rdparty
+++ b/3rdparty
@@ -1 +1 @@
-Subproject commit 6ece897f4435c246730db947576ad6f8a94dbdb7
+Subproject commit 53284a9f7f35f6cc7fef6c41c1d7a8cc916f28e4
diff --git a/lib/private/preview/mp3.php b/lib/private/preview/mp3.php
index 21f160f..bb4d3df 100644
--- a/lib/private/preview/mp3.php
+++ b/lib/private/preview/mp3.php
@@ -14,8 +14,6 @@ class MP3 extends Provider {
}
public function getThumbnail($path, $maxX, $maxY, $scalingup, $fileview) {
- require_once('getid3/getid3.php');
-
$getID3 = new \getID3();
$tmpPath = $fileview->toTmpFile($path);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list