diff --git a/forms/ResetFormAction.php b/forms/ResetFormAction.php index e0628679f..e2f7cba31 100755 --- a/forms/ResetFormAction.php +++ b/forms/ResetFormAction.php @@ -22,7 +22,7 @@ class ResetFormAction extends FormAction { $attributes['title'] = ($this->description) ? $this->description : ($this->dontEscape) ? $this->Title() : $this->attrTitle(); - if($this->$useButtonTag) { + if($this->useButtonTag) { return $this->createTag('button', $attributes, $this->attrTitle()); }