WebDevStudios / CollabPress

74 stars 35 forks source link

Fix incorrect variable reference - $options -> $cp_options #95

Closed jeremyfelt closed 11 years ago

jeremyfelt commented 11 years ago

Plugin options are loaded into a variable $cp_options in the line before an attempt is made to use them as $options. This corrects the use to be $cp_options instead and fixes the undefined variable notice.

ericandrewlewis commented 11 years ago

Thanks Jeremy! :cake: