(bug 33186) image rotate api
[lhc/web/wiklou.git] / includes / media / ExifBitmap.php
index 1671ab2..1a761f3 100644 (file)
@@ -190,7 +190,7 @@ class ExifBitmapHandler extends BitmapHandler {
                }
 
                $data = $file->getMetadata();
-               return $this->getRotationForExif( $data );
+               return self::getRotationForExif( $data );
        }
 
        /**