Skip to content

Commit

Permalink
Update installation/src/Form/Rule/UsernameRule.php
Browse files Browse the repository at this point in the history
thanks @Quy

Co-Authored-By: alikon <optimus4joomla@gmail.com>
  • Loading branch information
Quy and alikon committed Feb 27, 2019
1 parent 1ef4af7 commit 8b40c6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installation/src/Form/Rule/UsernameRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function test(\SimpleXMLElement $element, $value, $group = null, Registry
{
return false;
}

return true;
}
}

0 comments on commit 8b40c6f

Please sign in to comment.