mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
BUG: Use $this->Title correctly.
This commit is contained in:
parent
0b0834c873
commit
896e8591f7
@ -72,6 +72,6 @@ class EditableOption extends DataObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getEscapedTitle() {
|
public function getEscapedTitle() {
|
||||||
return Convert::raw2att(parent::getTitle());
|
return Convert::raw2att($this->Title);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user