diff --git a/classes/Authentication/SAML/XDSamlAuthentication.php b/classes/Authentication/SAML/XDSamlAuthentication.php index 9fe58745fc..f95a290b84 100644 --- a/classes/Authentication/SAML/XDSamlAuthentication.php +++ b/classes/Authentication/SAML/XDSamlAuthentication.php @@ -31,13 +31,6 @@ class XDSamlAuthentication */ protected $_sources = null; - /** - * Whether or not SAML is configured. Defaults to false. - * - * @var boolean - */ - protected $_isConfigured = null; - const BASE_ADMIN_EMAIL = <<_isConfigured === null){ - $this->_isConfigured = (count($this->_sources)); - } - return $this->_isConfigured; + return !empty($this->_sources); } /**