mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Removed user_error messages on DataObjectDecorator
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77371 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
7bf69a8689
commit
0ad370ac30
@ -152,7 +152,6 @@ abstract class DataObjectDecorator extends Extension {
|
||||
* @deprecated 2.4 Use extraStatics()
|
||||
*/
|
||||
function extraDBFields() {
|
||||
user_error('DataObjectDecorator::extraDBFields() is deprecated. Please use extraStatics() instead.', E_USER_NOTICE);
|
||||
return array();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user