mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Prevent an error in PHP 8.1warning
This commit is contained in:
@@ -666,6 +666,7 @@
|
||||
|
||||
//set the defaults
|
||||
if (empty($user_enabled)) { $user_enabled = "true"; }
|
||||
if (empty($user_totp_secret)) { $user_totp_secret = ""; }
|
||||
|
||||
//create token
|
||||
$object = new token;
|
||||
|
||||
Reference in New Issue
Block a user