#1901 closed defect (fixed)
[patch] repair _get_image_dimensions
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Following up to #1858, _get_image_dimensions and _get_FIELD_filename are called inconsistency from a few places. This patch fixes the magic get_IMAGE_height and get_IMAGE_width accessors.
Attachments (1)
Change History (2)
by , 19 years ago
Attachment: | image_width_height.diff added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [2947]) Fixed #1901 -- removed typos from calls to _get_image_dimensions and
_get_FIELD_filename. Thanks to tom@… for the patch.