#23009 closed defect (bug) (duplicate)
Wrong type of image crop option
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 3.5 |
| Severity: | trivial | Keywords: | has-patch |
| 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)
anatolbroder — 5 months ago
comment:1
anatolbroder — 5 months ago
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #23019.
comment:2
SergeyBiryukov — 5 months ago
- Milestone Awaiting Review deleted
- Version changed from trunk to 3.5
Note: See
TracTickets for help on using
tickets.

Set image crop option to boolean