Closed (fixed)
Project:
Search Autocomplete
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2012 at 09:55 UTC
Updated:
24 Jan 2012 at 20:50 UTC
Hi
In the hook_init() implementation (search_autocomplete_init()) you have used the $base_url; global variable, but have missed to declare it first!
adding this line at the top of that function, will solve the problem!
global $base_url;
| Comment | File | Size | Author |
|---|---|---|---|
| search_autocomplete.patch | 419 bytes | hejazee |
Comments
Comment #1
dom. commentedHi!
Sorry I did not reply earlier, I was in holiday.
Thanks for reporting the problem and for the patch. I will port it in the next release.
Thanks a lot,
Miro
Comment #2
dom. commentedPorted in 6.x-2.2
Thanks a lot for reporting!
Miro
Comment #3
dom. commented