#23009 closed defect (bug) (duplicate)
Wrong type of image crop option
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 3.5 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
The image crop option must be a boolean. Now it returns a true
value like
["crop"]=> string(1) "1"
or
["crop"]=> int(1)
It works, but it’s not nice. My patch transforms the return to a real boolean.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Set image crop option to boolean