Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.8
Component:
nodereference.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2008 at 20:24 UTC
Updated:
19 Sep 2008 at 14:12 UTC
Jump to comment: Most recent file
Comments
Comment #1
stevenpatzI can confirm.
here is a patch
Comment #2
dgorton commented+1. Can also confirm. Marking as RTBTC.
Comment #3
cyberswat commentedIsn't the function called content_filter_xss and not content_filter_xsst?
Comment #4
john morahan commentedRight, it's not an extra ')' it's a missing '('
Comment #5
dgorton commentedAck - I was too quick to chime with my rtbtc. Back to code needs review.
I believe the correct line is actually:
'#description' => content_filter_xss(t($field['widget']['description'])),
Adding a '(' before the 't' function, not pulling the closing ')'.
Comment #6
john morahan commentedrestoring title after crosspost
Comment #7
yched commentedTriple doh.
Fixed in 1.9 :-(
Sorry about that...
Comment #8
yched commentedComment #9
yched commentedBetter title so that people can find it more easily
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.