Skip to content

Commit

Permalink
BUGFIX: Remove undefined variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Carlino committed Jan 20, 2017
1 parent 5aab654 commit 71f9653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/actions/BetterButtonCancelAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public function getButtonLink() {
public function getButtonHTML() {
$this->addExtraClass("backlink");

return parent::getButtonHTML($form, $request);
return parent::getButtonHTML();
}
}

0 comments on commit 71f9653

Please sign in to comment.