0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-03-16 06:13:34 +00:00

Fix - Invalid depreciated log in SugarBean fixUpFormatting

Change Depreciation log to more appropriate Info log
This commit is contained in:
Matt Lorimer 2020-04-13 09:32:48 +01:00
parent 57c0319ccc
commit 5b4d41d9f2

View file

@ -2574,9 +2574,8 @@ class SugarBean
}
}
if ($reformatted) {
$GLOBALS['log']->deprecated('Formatting correction: ' . $this->module_dir . '->' . $field .
' had formatting automatically corrected. This will be removed in the future, ' .
'please upgrade your external code');
$GLOBALS['log']->info('Formatting correction: ' . $this->module_dir . '->' . $field .
' had formatting automatically corrected.');
}
}
}