Bug #28222
pid check missing in list_latest()
| Status: | Under Review | Start date: | 2011-07-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 1 (View) |
Description
I've got a project with two different forum areas in two different page trees. Must stuff is working fine, but there is a problem with the list of latest posts. It shows entries from both forum storages.
The reason is a missing pid check in tx_mmforum_pi1::list_latest();
$this->getStoragePIDQuery('t') should be added in SELECT-query.
History
Updated by Ines Willenbrock over 1 year ago
- Status changed from New to Under Review
I'll check this and post my findings.
regards - Ines