aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/crypto/manager.php2
1 files changed, 1 insertions, 1 deletions
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);
}