Closed (fixed)
Project:
Taskbar
Version:
7.x-1.4
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
28 Sep 2012 at 04:24 UTC
Updated:
26 Oct 2012 at 07:21 UTC
The following message is shown when accessing view results:
Recoverable fatal error: Argument 2 passed to db_query() must be an array in taskbar_views module
Comments
Comment #1
alex.skrypnykSimple fix - rewrite db_query according to D7 API on line 96 in taskbar_views.module:
Comment #2
jcisio commentedThanks, committed.