From: Raimond Spekking Date: Mon, 1 Nov 2010 19:00:40 +0000 (+0000) Subject: Follow-up r75748: Fix comment X-Git-Tag: 1.31.0-rc.0~34142 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=800934a8d4aeab26a6fd6e30c899eda8bdcad317;p=lhc%2Fweb%2Fwiklou.git Follow-up r75748: Fix comment --- diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 885fb907f4..7b81f176ed 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -267,7 +267,7 @@ abstract class File { } /** - * Get the duration of a media file in seconds + * Return true if the file is vectorized */ public function isVectorized() { $handler = $this->getHandler();