diff --git a/core/model/DataObjectDecorator.php b/core/model/DataObjectDecorator.php index fef9edcae..0ffe74b7a 100755 --- a/core/model/DataObjectDecorator.php +++ b/core/model/DataObjectDecorator.php @@ -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(); }