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:
Sean Harvey 2009-05-20 05:53:11 +00:00
parent 7bf69a8689
commit 0ad370ac30

View File

@ -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();
}