Actions
Bug #22320
closedGIFBULDER generate pix twice
Start date:
2010-03-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If there are "IMAGE" objects in GIFBULDER object then GIFBULDER generates result pic twice - first after first call to page and second after second call and hereafter second pic used.
The both result images are same and stored in GB/ folder under different names.
It happens because $this->setup used for generating filenames, little bit different during first call and second call - types of values in $this->setup['10.']['BBOX'] are different.
I will add patch later.
(issue imported from #M13901)
Files
Updated by Ernesto Baschny over 14 years ago
Thanks!
Commited to:
- trunk (rev. 7162, will be in 4.4.0 beta1)
- TYPO3_4-3 (rev. 7163, will be in 4.3.3)
- TYPO3_4-4 (rev. 7164, will be in 4.2.13)
Actions