From 5ed5cdd48a1e9c37ed22708d37954e75e564918f Mon Sep 17 00:00:00 2001 From: Sean Harvey <sean@silverstripe.com> Date: Wed, 20 May 2009 05:40:56 +0000 Subject: [PATCH] MINOR Renamed deprecated extraDBFields() on i18nTestModuleDecorator to extraStatics() git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77369 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- .../i18nothermodule/code/i18nTestModuleDecorator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/i18n/_fakewebroot/i18nothermodule/code/i18nTestModuleDecorator.php b/tests/i18n/_fakewebroot/i18nothermodule/code/i18nTestModuleDecorator.php index 323b9d49a..0da31253e 100644 --- a/tests/i18n/_fakewebroot/i18nothermodule/code/i18nTestModuleDecorator.php +++ b/tests/i18n/_fakewebroot/i18nothermodule/code/i18nTestModuleDecorator.php @@ -1,6 +1,6 @@ <?php class i18nTestModuleDecorator extends DataObjectDecorator { - function extraDBFields() { + function extraStatics() { return array( 'db' => array( 'MyExtraField' => 'Varchar'