CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #39001

latest "pagebrowse" ext do not work with comments

Added by Krystian Szymukowicz 10 months ago. Updated 5 months ago.

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

Revision 69500
Added by Ingo Renner 5 months ago

Fixed issue #39001: latest "pagebrowse" ext do not work with comments

Revision 69500
Added by Ingo Renner 5 months ago

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

Also available in: Atom PDF