From: Alexandre Emsenhuber Date: Mon, 10 Aug 2009 11:12:04 +0000 (+0000) Subject: Fix E_PARSE from r54708 X-Git-Tag: 1.31.0-rc.0~40389 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=a1f0cbbde2aa4950567f9113163a71575b4c7c36;p=lhc%2Fweb%2Fwiklou.git Fix E_PARSE from r54708 --- diff --git a/includes/media/GIF.php b/includes/media/GIF.php index 00868120d4..1c6dde81fd 100644 --- a/includes/media/GIF.php +++ b/includes/media/GIF.php @@ -24,7 +24,7 @@ class GIFHandler extends BitmapHandler { } function getImageArea( $image, $width, $height ) { - $ser = $image->getMetadata() + $ser = $image->getMetadata(); if ($ser) { $metadata = unserialize($ser); return $width * $height * $metadata['frameCount'];