From 570ea787f1520b74165c9974bb79526ba28a8c9a Mon Sep 17 00:00:00 2001 From: Johannes Willnecker Date: Thu, 5 Jul 2012 21:35:36 +0200 Subject: [PATCH] fixed typo --- lib/image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5