Update lib/image.php

Corrected simple typo
This commit is contained in:
Isaac Rosenberg 2012-12-01 21:13:08 -05:00
parent 401c56ce7b
commit d3ea7feb6b
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ class OC_Image {
* @param $x Horizontal position
* @param $y Vertical position
* @param $w Width
* @param $h Hight
* @param $h Height
* @returns bool for success or failure
*/
public function crop($x, $y, $w, $h) {