I got this error
Notice: Undefined variable: endpoints en relation_endpoint_field_formatter_view() (línea 269 de /home/avellane/web/desarrollo/sites/all/modules/relation/relation_endpoint.module).
on page mysite.com/relation/1
I searched on code and found that $endpoints was not initialized on the function relation_endpoint_field_formatter_view
Comments
Comment #1
chx commentedhttp://drupalcode.org/project/relation.git/commitdiff/2ae77322
Comment #2
BrandonCapitalism commentedDear chx,
You say "fixed," how do I implement your fix? Thank you!
Comment #3
hazah commentedYou need to change the corresponding lines of PHP that are referenced in the link he gave you. It tells you what file and what line to change. - prefix means delete that line, + means add that line in.