summaryrefslogtreecommitdiffstats
path: root/lib/image.php
diff options
context:
space:
mode:
authorJohannes Willnecker <johannes@willnecker.com>2012-07-05 21:35:36 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-07-10 16:58:37 +0200
commit570ea787f1520b74165c9974bb79526ba28a8c9a (patch)
tree85b41f5eaeb1069a2539c94ee405e2cd05579a16 /lib/image.php
parent3e53bf4a868405d1d5ef8ba0ecc07ecf5ebb3a59 (diff)
downloadnextcloud-server-570ea787f1520b74165c9974bb79526ba28a8c9a.tar.gz
nextcloud-server-570ea787f1520b74165c9974bb79526ba28a8c9a.zip
fixed typo
Diffstat (limited to 'lib/image.php')
-rw-r--r--lib/image.php2
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;