X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FExifBitmap.php;h=34a1f51156e93fd6a45375c540f20b5cd2c4f9bb;hb=6b9ae314fd0e205a1fc1d6a52f962f68b6fb3680;hp=65575ece88912926ffc5ab50f07a335db030c1c1;hpb=6a79e09d6ff00a3861d34588a9b5aab949eacc30;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/ExifBitmap.php b/includes/media/ExifBitmap.php index 65575ece88..34a1f51156 100644 --- a/includes/media/ExifBitmap.php +++ b/includes/media/ExifBitmap.php @@ -199,7 +199,8 @@ class ExifBitmapHandler extends BitmapHandler { * * @param string $data * @return int 0, 90, 180 or 270 - * @fixme orientation can include flipping as well; see if this is an issue! + * @todo FIXME orientation can include flipping as well; see if this is an + * issue! */ protected function getRotationForExif( $data ) { if ( !$data ) {