Active
Project:
HeadJS
Version:
6.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 09:15 UTC
Updated:
28 Jul 2011 at 03:19 UTC
Hi Guys,
headjs.inc line 26:
$path = function_exists('libraries_get_path') ? libraries_get_path('headjs') : 'sites/all/libraries/headjs';
Need to add base_path() call before 'sites/all/libraries/headjs'; So it should be like:
$path = function_exists('libraries_get_path') ? libraries_get_path('headjs') : base_path().'sites/all/libraries/headjs';
Thanks,
Vadim
Comments
Comment #1
alexweber commentedThanks, I fixed this and will commit tonight.
Comment #2
vadim.eremeev commentedThanks, waiting for update!
Comment #3
alexweber commentedcommited to 6.x-2.x dev, should be available in a couple hours!