mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
make boolean data type conversion
This commit is contained in:
parent
333b39c74f
commit
c02bac26ab
1 changed files with 5 additions and 3 deletions
|
|
@ -357,9 +357,11 @@ class Auth
|
||||||
|
|
||||||
// Update sensibility
|
// Update sensibility
|
||||||
$option->gtk->set_sensitive(
|
$option->gtk->set_sensitive(
|
||||||
count(
|
boolval(
|
||||||
$this->_options
|
count(
|
||||||
) > 2
|
$this->_options
|
||||||
|
) > 2
|
||||||
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue