Remove error suppression in Exif::isRational
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 17 Mar 2013 14:57:31 +0000 (15:57 +0100)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 18 Mar 2013 07:50:39 +0000 (07:50 +0000)
commitcf850c1fc82cbbdbb5379efc5851e14b5509c7a6
tree4bf488904e9f3f3408a2abf0719acfcbce364683
parentb7dae5f7c9faf6ddf73d389116ceaf6720961b52
Remove error suppression in Exif::isRational

preg_match throws warning, when getting a array as input, but there is a
is_array check, so no need for error suppression

Change-Id: Ie7f180f45c04e8e396186cd6a5a9e40e2c94a80a
includes/media/Exif.php