Skip to content

Commit

Permalink
Remove unused local var
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Dec 20, 2015
1 parent e9b3ec5 commit 1ff3f0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/View/Helper/FormHelper.php
Expand Up @@ -555,7 +555,6 @@ public function secure(array $fields = [], array $secureAttributes = [])
if (empty($this->request['_Token'])) {
return null;
}
$locked = [];

$tokenData = $this->_buildFieldToken(
$this->_lastAction,
Expand Down

0 comments on commit 1ff3f0b

Please sign in to comment.