diff options
author | icewind1991 <icewind1991@gmail.com> | 2012-12-01 19:05:36 -0800 |
---|---|---|
committer | icewind1991 <icewind1991@gmail.com> | 2012-12-01 19:05:36 -0800 |
commit | 87003e4608c300f1ad6fbd46dd38e8d801f9edac (patch) | |
tree | 1286353eabb4d4579e371348cc554a509a5b2924 | |
parent | 401c56ce7bda6b8fb782e3cea962e47546626eef (diff) | |
parent | d3ea7feb6bd3a8b9e1af11d39c79aa0762ad6f9b (diff) | |
download | nextcloud-server-87003e4608c300f1ad6fbd46dd38e8d801f9edac.tar.gz nextcloud-server-87003e4608c300f1ad6fbd46dd38e8d801f9edac.zip |
Merge pull request #672 from irosenb/patch-1
Update lib/image.php
-rw-r--r-- | lib/image.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/image.php b/lib/image.php index e93df02f247..2043a452541 100644 --- a/lib/image.php +++ b/lib/image.php @@ -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) { |