fixed voice call history not opening

This commit is contained in:
2024-07-16 18:03:04 +02:00
parent 1d3acd70e3
commit 4943cb0d4c

View File

@@ -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() {