diff --git a/phpBB/includes/crypto/manager.php b/phpBB/includes/crypto/manager.php index 26b80087b8..6af8cc840e 100644 --- a/phpBB/includes/crypto/manager.php +++ b/phpBB/includes/crypto/manager.php @@ -89,7 +89,7 @@ class phpbb_crypto_manager */ protected function load_crypto_helper() { - if ($this->helper === NULL) + if ($this->helper === null) { $this->helper = new phpbb_crypto_helper($this, $this->container); }