mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix: TabSet attempting to access undeclared property
This commit is contained in:
parent
f083a06f3f
commit
e22cd4db00
@ -27,6 +27,8 @@
|
||||
*/
|
||||
class TabSet extends CompositeField {
|
||||
|
||||
protected $tabSet;
|
||||
|
||||
/**
|
||||
* @param string $name Identifier
|
||||
* @param string $title (Optional) Natural language title of the tabset
|
||||
|
Loading…
Reference in New Issue
Block a user