Commit 2d802776 authored by Ad Schellevis's avatar Ad Schellevis

style fix previous

parent a4723528
...@@ -99,7 +99,7 @@ class NetworkField extends BaseField ...@@ -99,7 +99,7 @@ class NetworkField extends BaseField
*/ */
public function setWildcardEnabled($value) public function setWildcardEnabled($value)
{ {
if (strtolower(trim($value)) == 'y') { if (trim(strtoupper($value)) == "Y") {
$this->internalWilcardEnabled = true; $this->internalWilcardEnabled = true;
} else { } else {
$this->internalWilcardEnabled = false; $this->internalWilcardEnabled = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment