Skip to content
Snippets Groups Projects
Commit 84c4f4a7 authored by Prasad's avatar Prasad
Browse files

Merge branch 'fix_phone_lookup_on_import' into 'master'

fix #124 add to phone lookup table on import

See merge request !42
parents c498d970 c98ffc12
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
private static $cache = array();
private static $cacheLookupType = '';
private static $mandatoryEventClass = array('VTEntityDelta', 'ModTrackerHandler');
private static $mandatoryEventClass = array('VTEntityDelta', 'ModTrackerHandler', 'PBXManagerBatchHandler');
const CACHE_LOOKUP_TYPE_ALL = 'ALL';
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment