style fix previous

This commit is contained in:
Ad Schellevis 2016-11-07 14:21:46 +01:00
parent a4723528c0
commit 2d80277648

View File

@ -99,7 +99,7 @@ class NetworkField extends BaseField
*/
public function setWildcardEnabled($value)
{
if (strtolower(trim($value)) == 'y') {
if (trim(strtoupper($value)) == "Y") {
$this->internalWilcardEnabled = true;
} else {
$this->internalWilcardEnabled = false;