Active
Project:
jQuery LocalScroll
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2014 at 04:24 UTC
Updated:
24 Apr 2014 at 04:26 UTC
Jump to comment: Most recent
This module has a dependency on the list module. In a minimal install, the list module is not enabled and hence trying to enable this module results in a fatal error for the code:
function jquery_localscroll_page_build(&$page) {
$ids = list_extract_allowed_values(variable_get('jquery_localscroll_id', ''), 'list_text', FALSE);
Comments
Comment #1
alansaviolobo commented