Closed (fixed)
Project:
Case Tracker Services
Version:
5.x-0.4-beta
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2008 at 12:56 UTC
Updated:
22 Apr 2008 at 00:41 UTC
There are two lines with errornous calls to variable_get ... array should be used.
Here is a ugly diff
< $types = variable_get('casetracker_project_node_types', 'casetracker_basic_project');
---
> $types = variable_get('casetracker_project_node_types', array('casetracker_basic_project'));
227c229
< $types = variable_get('casetracker_case_node_types', 'casetracker_basic_case');
---
> $types = variable_get('casetracker_case_node_types', array('casetracker_basic_case'));
Comments
Comment #1
simethansk clemens, fixed in dev
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.