Skip to content
Snippets Groups Projects
Commit 87003e46 authored by Robin Appelman's avatar Robin Appelman
Browse files

Merge pull request #672 from irosenb/patch-1

Update lib/image.php
parents 401c56ce d3ea7feb
No related branches found
No related tags found
No related merge requests found
...@@ -753,7 +753,7 @@ class OC_Image { ...@@ -753,7 +753,7 @@ class OC_Image {
* @param $x Horizontal position * @param $x Horizontal position
* @param $y Vertical position * @param $y Vertical position
* @param $w Width * @param $w Width
* @param $h Hight * @param $h Height
* @returns bool for success or failure * @returns bool for success or failure
*/ */
public function crop($x, $y, $w, $h) { public function crop($x, $y, $w, $h) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment