Added another number in Voicecallhistory addContractIds

This commit is contained in:
Frank Schubert
2024-08-28 16:40:51 +02:00
parent 0b45e82d8d
commit 248013423d
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ $me = new User(1);
define("INTERNAL_USER_ID", $me->id);
define("INTERNAL_USER_USERNAME", $me->username);
define("MFBASE_BYPASS_LOGIN", true);
$vchc = new VoiceCallHistoryController(false);