From 4eb26ae37e1f4c82a45961517ffeb54c20200408 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 2 Feb 2025 12:08:24 +0300 Subject: [PATCH] revert: fix: Null `$bb_cfg['tp_instance_hash']` (#1792) --- library/includes/init_bb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/init_bb.php b/library/includes/init_bb.php index fb6792508..ed97788f3 100644 --- a/library/includes/init_bb.php +++ b/library/includes/init_bb.php @@ -397,7 +397,7 @@ $userdata =& $user->data; /** * Some shared defines */ -define('TP_INSTANCE_HASH', !empty($bb_cfg['tp_instance_hash']) ? $bb_cfg['tp_instance_hash'] : ''); +define('TP_INSTANCE_HASH', $bb_cfg['tp_instance_hash']); /** * Cron