View Bug Report
SBF creates a global called "f"
Bug #: 5893
File: Satrina Buff Frames 3
Date: 06-07-09 01:20 PM
By: yssaril
Status: Fixed
in the SBFFrame.lua file on line 108

Code:
f = CreateFrame("Frame", "SBFFrame"..i, UIParent, "SBFBuffFrameTemplate")
should be

Code:
local f = CreateFrame("Frame", "SBFFrame"..i, UIParent, "SBFBuffFrameTemplate")
i belive

stumbled across this while debugging some other code

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Satrina - 06-14-09 10:09 AM
Good catch