diff options
author | Johannes Willnecker <johannes@willnecker.com> | 2012-07-05 21:35:36 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2012-07-10 16:58:37 +0200 |
commit | 570ea787f1520b74165c9974bb79526ba28a8c9a (patch) | |
tree | 85b41f5eaeb1069a2539c94ee405e2cd05579a16 /lib/image.php | |
parent | 3e53bf4a868405d1d5ef8ba0ecc07ecf5ebb3a59 (diff) | |
download | nextcloud-server-570ea787f1520b74165c9974bb79526ba28a8c9a.tar.gz nextcloud-server-570ea787f1520b74165c9974bb79526ba28a8c9a.zip |
fixed typo
Diffstat (limited to 'lib/image.php')
-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; |