When I click the link to add a Quicktabs instance, I get this notice (TWICE)
Notice: Undefined property: stdClass::$machine_name in QuickQtabsContent->options_form() (line 19 of /home/hostusername/public_html/myexample.com/sites/all/modules/quicktabs/plugins/QuickQtabsContent.inc).
Comments
Comment #1
JSCSJSCS commentedQuickQtabsContent.inc shows Line 7
class QuickQtabsContent extends QuickContent {
But I can't locate a QuickContent.inc file in the package or which file creates the QuickContent class.
Comment #2
katbailey commentedFixed: http://drupalcode.org/project/quicktabs.git/commit/ad35d5964eff61ac69e9a...
Comment #3
JSCSJSCS commentedThanks fpr the quick turnaround!