Skip to content

Commit

Permalink
Fix: TabSet attempting to access undeclared property
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer authored and Sam Minnee committed Apr 5, 2017
1 parent f083a06 commit e22cd4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions forms/TabSet.php
Expand Up @@ -27,6 +27,8 @@
*/
class TabSet extends CompositeField {

protected $tabSet;

/**
* @param string $name Identifier
* @param string $title (Optional) Natural language title of the tabset
Expand Down

0 comments on commit e22cd4d

Please sign in to comment.