Bug #38279
“DAM category”-mode does not work in "head slideshow"
| Status: | Closed | Start date: | 2012-06-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Juergen Furrer | % Done: | 0% |
|
| Category: | - | Spent time: | 0.10 hour | |
| Target version: | - | Estimated time: | 0.10 hour | |
| Votes: | 0 |
Description
“DAM category”-mode does not work in "head slideshow"
History
Updated by Juergen Furrer 11 months ago
- Status changed from New to Accepted
- Assignee set to Juergen Furrer
- Estimated time set to 0.10
There is a typo in class.tx_imagecycle_pi1 on line 433
$damcategories = $this->getDamcats($this->lConf['damcategories']);
will be corrected to:
$damcategories = $this->getDamcats($this->conf['damcategories']);
This will fix this problem...
Updated by Juergen Furrer 11 months ago
- Status changed from Accepted to Closed