From 4943cb0d4c7e2585a9c5e7849ce5bf1375b0d91b Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 16 Jul 2024 18:03:04 +0200 Subject: [PATCH] fixed voice call history not opening --- application/VoiceCallHistory/VoiceCallHistoryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/VoiceCallHistory/VoiceCallHistoryController.php b/application/VoiceCallHistory/VoiceCallHistoryController.php index a55f1766c..fbb4f2195 100644 --- a/application/VoiceCallHistory/VoiceCallHistoryController.php +++ b/application/VoiceCallHistory/VoiceCallHistoryController.php @@ -24,7 +24,7 @@ class VoiceCallHistoryController extends mfBaseController { } protected function indexAction(): void { - Helper::renderVue($this, "Voice Call History", $this->mod, ["VOICE_CALL_HISTORY_API_URL" => $this->getUrl("VoiceCallHistory", "api")]); + Helper::renderVue($this, "VoiceCallHistory", $this->mod, ["VOICE_CALL_HISTORY_API_URL" => $this->getUrl("VoiceCallHistory", "api")]); } protected function apiAction() {