diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/image.php b/lib/image.php index 1d4d63707f3..01e843d8316 100644 --- a/lib/image.php +++ b/lib/image.php @@ -291,7 +291,7 @@ class OC_Image { * @returns bool. */ public function fixOrientation() { - $o = $this->getOrienation(); + $o = $this->getOrientation(); OC_Log::write('core','OC_Image->fixOrientation() Orientation: '.$o, OC_Log::DEBUG); $rotate = 0; $flip = false; |