diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/field/field.attach.inc | 2 | ||||
-rw-r--r-- | modules/field/field.crud.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/field/field.attach.inc b/modules/field/field.attach.inc index adfaf46c4..2419201de 100644 --- a/modules/field/field.attach.inc +++ b/modules/field/field.attach.inc @@ -43,7 +43,7 @@ class FieldValidationException extends FieldException { * such as a cloud-based database. * * Each field defines which storage backend it uses. The Drupal system variable - * 'field_default_storage' identifies the storage backend used by default. + * 'field_storage_default' identifies the storage backend used by default. */ /** diff --git a/modules/field/field.crud.inc b/modules/field/field.crud.inc index 339e9c4e3..a6aaab126 100644 --- a/modules/field/field.crud.inc +++ b/modules/field/field.crud.inc @@ -38,7 +38,7 @@ * - settings: each omitted setting is given the default value defined in * hook_field_info(). * - storage: - * - type: the storage backend specified in the 'field_default_storage' + * - type: the storage backend specified in the 'field_storage_default' * system variable. * - settings: each omitted setting is given the default value specified in * hook_field_storage_info(). |