Skip to content
Snippets Groups Projects
Commit 42236833 authored by Apparao G's avatar Apparao G
Browse files

#1798::Undefined variable $outgoingCallPermission

parent 610a8dd2
Branches
Tags
No related merge requests found
......@@ -228,6 +228,7 @@ class ListViewController {
}
$moduleInstance = Vtiger_Module_Model::getInstance("PBXManager");
$outgoingCallPermission = false;
if($moduleInstance && $moduleInstance->isActive()) {
$outgoingCallPermission = PBXManager_Server_Model::checkPermissionForOutgoingCall();
$clickToCallLabel = vtranslate("LBL_CLICK_TO_CALL");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment