Views Module was recently updated to add a $view variable to the theme_views_handle_field function. Currently Gmap is not sending the variable and therefore is getting the error:
warning: Missing argument 3 for theme_views_handle_field() in [...]/views.module on line 1272
The attached patch sends this variable to fix the errors that were being thrown.
I've tested it against an older version of views as well, and it doesn't seem to break anything, in case people are still running the older version when they upgrade their gmap version.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gmapviews-cvs.diff | 803 bytes | geodaniel |
| gmapviewsfix.diff | 667 bytes | geodaniel |
Comments
Comment #1
geodaniel commentedHmm, a patch against CVS may be better... this is the same line as a recent patch that changed p to div for themability.
Comment #2
webgeer commentedShould be patched and part of the gmap.module 4.7 branch/tag
Comment #3
geodaniel commentedthanks webgeer!
Comment #4
(not verified) commented