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

Fixes #534: Attempt to re-create user table error

parent a315da58
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -131,7 +131,6 @@ class PBXManager extends CRMEntity {
global $log;
$module = Vtiger_Module::getInstance('Users');
if ($module) {
$module->initTables();
$blockInstance = Vtiger_Block::getInstance('LBL_MORE_INFORMATION', $module);
if ($blockInstance) {
$fieldInstance = new Vtiger_Field();
......@@ -141,8 +140,8 @@ class PBXManager extends CRMEntity {
$fieldInstance->typeofdata = 'V~O';
$blockInstance->addField($fieldInstance);
}
$log->info('User Extension Field added');
}
$log->fatal('User Extension Field added');
}
/**
......
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