Closed (fixed)
Project:
Flag
Version:
6.x-1.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2010 at 08:43 UTC
Updated:
28 Sep 2010 at 07:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
malclocke commentedAttached patch follows the example set in views of passing
$thisas the second argument toviews_break_phrase(). Not sure if doing so has any potential negative impact, but it appears to fix the issue for me.Comment #2
tauno commentedMaking the same change in 6.x-2.0-beta2 gets rid of the error for me too.
Comment #3
quicksketchThanks, I'll put this in next time I'm working on Flag.
Comment #4
ordually commentedThanks for posting this! It has fixed the problem for me also.
Comment #5
quicksketchCommitted. Thanks again tauno!
Comment #7
dixon_Was this bug only fixed in 6.x-2.x? It still seems to exists in 6.x-1.x. The patch above works great and fixes the problem in 6.x-1.x too.
Can we apply the patch for 6.x-1.x too?
Comment #8
quicksketchHm, sure enough it doesn't look like this was applied to 1.x. Should apply there too.
Comment #9
mooffie commentedCommitted.
http://drupal.org/cvs?commit=421262
Comment #10
dixon_Wonderful! Thanks!