Closed (fixed)
Project:
Geocode
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2010 at 14:28 UTC
Updated:
11 Feb 2010 at 17:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedOops, missed a )
Comment #2
robertdouglass commentedLike this version better.
Comment #3
allie mickaThanks robertDouglass. Is it possible to reproduce an example of the error-throwing?
Comment #4
robertdouglass commentedI ran into it as a problem in the process of #693976: Integrate with the geocode module, but not with the code that is listed there. I wanted to add my own class and because I'm lazy I wanted the class to be in the .module file, which gets loaded anyway. So I didn't provide file or file path information, but the code in geocode tries to require_once no matter what. My point is only that it is an odd assumption or requirement to make that you HAVE to load a file to get the new class.
Comment #5
allie mickaAh, fair enough.
Committed - thanks a lot, Robert!