Skip to content

Commit

Permalink
Update InputFilter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
brettminnie committed Jul 15, 2014
1 parent c511ad0 commit af6681d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Zend/InputFilter/InputFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function add($input, $name = null)
$factory = $this->getFactory();
$input = $factory->createInput($input);
}
return parent::add($input, $name);
}

}

0 comments on commit af6681d

Please sign in to comment.