Index: trunk/phase3/includes/media/GIF.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | } |
26 | 26 | |
27 | 27 | function getImageArea( $image, $width, $height ) { |
28 | | - $ser = $image->getMetadata() |
| 28 | + $ser = $image->getMetadata(); |
29 | 29 | if ($ser) { |
30 | 30 | $metadata = unserialize($ser); |
31 | 31 | return $width * $height * $metadata['frameCount']; |