Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Commit

Permalink
Fixed method of resetInputFilter()
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Mar 22, 2018
1 parent 9d79dc0 commit a83eca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FormAbstract.php
Expand Up @@ -274,7 +274,7 @@ protected function findScenario($scenario = null)
*/
protected function resetInputFilter()
{
$this->inputFilter = null;
$this->setInputFilter($this->getInputFilter());
return $this;
}
}

0 comments on commit a83eca7

Please sign in to comment.