mirror of
https://github.com/wiosna-dev/limesurvey-api-client.git
synced 2026-03-12 10:11:49 +01:00
Item of result - setting values - make stronger comparison for boolean values
This commit is contained in:
@@ -86,7 +86,7 @@ class Survey extends BaseItem
|
||||
break;
|
||||
|
||||
case 'active':
|
||||
$this->active = 'Y' === trim($value);
|
||||
$this->active = 'Y' === trim(strtoupper($value));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user