diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-26 23:18:53 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-06-26 23:18:53 -0700 |
commit | a1ac3f6d95bd765ac054f816902c8214a0420caf (patch) | |
tree | eecbd84f7868c0a2cda767fbacdcae2cdc2924a8 /modules/field/field.attach.inc | |
parent | 75c8f57002832590c71465289d6b8ec4ed60a7b8 (diff) | |
download | brdo-a1ac3f6d95bd765ac054f816902c8214a0420caf.tar.gz brdo-a1ac3f6d95bd765ac054f816902c8214a0420caf.tar.bz2 |
Issue #1191014 by ttaylor249, oriol_e9g: Fixed Field Storage API topic and field_create_field() have wrong variable name in doc.
Diffstat (limited to 'modules/field/field.attach.inc')
-rw-r--r-- | modules/field/field.attach.inc | 2 |
1 files changed, 1 insertions, 1 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. */ /** |