Closed (fixed)
Project:
Advanced Book Blocks
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2010 at 05:21 UTC
Updated:
27 Nov 2010 at 09:24 UTC
Upgrading to 2.3 causes items like "What's New" to display as "What's New".
Comments
Comment #1
PixelClever commentedFixed in 2.4... this was actually an issue caused by the earlier security release, the security team wanted to make sure that all output had check_plain applied, but in this case the output had already been filtered higher up in the system so it was getting run twice.
Comment #2
jzornig commentedJust installed 2.4. No sign of this fix. The issue is still there. I did a diff between the 2.3 distribution and 2.4 and there are no changes related to check_plain, only db_rewrite_sql changes.
Comment #3
jzornig commentedComment #4
jzornig commentedif i revert this change that occurred in 2.2 -> 2.3 and is still there in 2.4, it fixes the problem for me.
Comment #5
PixelClever commentedThat was the change that I made... I think somehow it didn't get committed correctly. I will try again.
Comment #6
PixelClever commentedI just double checked my local version that was committed and it has that line changed, but for some reason the commit didn't register it. I committed the file again with a new tag (2.5) with the hope that it will show up correctly this time.
Comment #7
jzornig commentedAaron, thanks for the quick turnaround. 2.5 does the trick.