diff --git a/src/Entity/Browser/Container/Page/Auth.php b/src/Entity/Browser/Container/Page/Auth.php index 94fb4e99..56dd1c3c 100644 --- a/src/Entity/Browser/Container/Page/Auth.php +++ b/src/Entity/Browser/Container/Page/Auth.php @@ -357,9 +357,11 @@ class Auth // Update sensibility $option->gtk->set_sensitive( - count( - $this->_options - ) > 2 + boolval( + count( + $this->_options + ) > 2 + ) ); break;