revert: fix: Null $bb_cfg['tp_instance_hash'] (#1792)

This commit is contained in:
Roman Kelesidis 2025-02-02 12:08:24 +03:00 committed by GitHub
commit 4eb26ae37e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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