There is an extra closing parenthesis at line 330, this completely breaks your site if you are using nodereference.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nodereference.304118.patch | 588 bytes | john morahan |
| #1 | nodereference.module.patch | 822 bytes | stevenpatz |
There is an extra closing parenthesis at line 330, this completely breaks your site if you are using nodereference.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | nodereference.304118.patch | 588 bytes | john morahan |
| #1 | nodereference.module.patch | 822 bytes | stevenpatz |
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.