Closed (fixed)
Project:
jQuery selectBox
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2013 at 08:38 UTC
Updated:
17 Aug 2015 at 18:44 UTC
Jump to comment: Most recent
Comments
Comment #1
sumaiyajaved commentedgot it
go to line if ($theme == variable_get('admin_theme'))
and make it
if ($theme == variable_get('admin_theme', NULL))
now further testing the module, hope it works (fingers crossed)
Comment #2
humansky commentedLet me know if your above code works and I will port it to the 6.x-1.x branch.
Comment #3
cobadger commentedI was experiencing the same error and used the change in comment #1; the error is no longer displaying.
Seems as though the code works as corrected.
Comment #5
humansky commented