Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1901 closed defect (fixed)

[patch] repair _get_image_dimensions

Reported by: tom@… 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)

image_width_height.diff (992 bytes ) - added by tom@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by tom@…, 18 years ago

Attachment: image_width_height.diff added

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [2947]) Fixed #1901 -- removed typos from calls to _get_image_dimensions and
_get_FIELD_filename. Thanks to tom@… for the patch.

Note: See TracTickets for help on using tickets.
Back to Top