fixed typo

This commit is contained in:
Johannes Willnecker 2012-07-05 21:35:36 +02:00 committed by Jörn Friedrich Dreyer
parent 3e53bf4a86
commit 570ea787f1
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class OC_Image {
* @returns bool. * @returns bool.
*/ */
public function fixOrientation() { public function fixOrientation() {
$o = $this->getOrienation(); $o = $this->getOrientation();
OC_Log::write('core','OC_Image->fixOrientation() Orientation: '.$o, OC_Log::DEBUG); OC_Log::write('core','OC_Image->fixOrientation() Orientation: '.$o, OC_Log::DEBUG);
$rotate = 0; $rotate = 0;
$flip = false; $flip = false;