Active
Project:
GMap Module
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2011 at 10:58 UTC
Updated:
22 Aug 2011 at 10:58 UTC
In function gmap_keys_service() you test the existence of module keys and the predefined service function keys_keys_service(). If it exists you don't return nothing.
This results in an error in the keys module.
Solution: return an empty array.