Closed (fixed)
Project:
Queue Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2009 at 08:48 UTC
Updated:
21 Sep 2009 at 16:10 UTC
When installing this module, with an install profile you get an error because hook_requirements calls drupal_get_path, which won't work because the system table isn't around.
Just need to add a '@' to the call to drupal_get_path. Patch attached.
Comments
Comment #1
kbahey commentedFixed.
Thanks.