fixed typo
This commit is contained in:
parent
3e53bf4a86
commit
570ea787f1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue