View Single Post
06-21-10, 10:13 PM   #9
Starinnia
Ninja Code Monkey
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 84
Change line 3 of SBFButtonFacade.lua from:
Code:
if IsAddOnLoaded("ButtonFacade") and (ButtonFacade ~= nil) then
to
Code:
if IsAddOnLoaded("ButtonFacade") then
  Reply With Quote