Bug #39001
latest "pagebrowse" ext do not work with comments
| Status: | Closed | Start date: | 2012-07-16 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.5 | Tags: | ||
| PHP Version: | 5.3 | Reporter: | ||
| Has patch: | No | |||
| Votes: | 0 |
Description
With the latest "pagebrowse" ext the pagebrowsing in comments stops working because it uses the += operator to join arrays instead of array_merge
More in issue:
http://forge.typo3.org/issues/39000
Associated revisions
Fixed issue #39001: latest "pagebrowse" ext do not work with comments
Fixed issue #39001: latest "pagebrowse" ext do not work with comments
History
Updated by Kurt Gusbeth 5 months ago
This worked for me - add this lines at the beginning of the function comments():
if (intval($this->piVars['page'])==0)
$this->piVars = t3lib_div::_GP('tx_pagebrowse_pi1');
Updated by Ingo Renner 5 months ago
- Status changed from New to Resolved
- Priority changed from Must have to Should have
- % Done changed from 0 to 100
please do not set priorities higher than "should have".
Updated by Ingo Renner 5 months ago
- Status changed from Resolved to Closed