mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Update lib/image.php
Corrected simple typo
This commit is contained in:
parent
401c56ce7b
commit
d3ea7feb6b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue