Ticket #699 (in_QA defect)
QImageFileAsset: MaxHeight typo
| Reported by: | n0ur | Owned by: | |
|---|---|---|---|
| Priority: | must | Milestone: | 1.1.4 |
| Component: | QControls | Version: | 1.1.3 Maintenance |
| Keywords: | Cc: |
Description
Hello!
Inside QImageFileAsset.class.php, it says:
case 'MaxHeight':
try {
return ($this->intMinHeight = QType::Cast($mixValue, QType::Integer));
} ..
When it should be
$this->intMaxHeight
:D
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

