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

Fixed E_ALL warning - Contacts ListView Record Preview

parent fd8e47e5
No related branches found
Tags 6.5.0
No related merge requests found
......@@ -79,7 +79,7 @@ class Vtiger_Viewer extends Smarty {
'Vtiger_Theme', 'Users_Record_Model', 'Vtiger_Module_Model', 'Vtiger_Field_Model', 'Vtiger_Record_Model',
'Settings_Picklist_Module_Model', 'CustomView_Record_Model', 'Vtiger_Extension_View',
'Vtiger_Tag_Model', 'Settings_Vtiger_Module_Model', 'PBXManager_Server_Model',
'Vtiger_Functions', 'Users', 'CurrencyField', 'Reports_Field_Model');
'Vtiger_Functions', 'Users', 'CurrencyField', 'Reports_Field_Model', 'Calendar_Time_UIType');
foreach ($classes as $clazz) {
if (class_exists($clazz)) {
$this->registerClass($clazz, $clazz);
......
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