summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-16 15:47:46 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-16 15:47:46 +0000
commitd854417e0c05d65ed6f211906f851998640469f3 (patch)
treec8f3554f8717e19bfe9cee11aeed8e516d26bab1 /includes
parent5a89fef970b26af6eb1d970ad8a9a5876e4126df (diff)
downloadbrdo-d854417e0c05d65ed6f211906f851998640469f3.tar.gz
brdo-d854417e0c05d65ed6f211906f851998640469f3.tar.bz2
#565480 follow-up by plach: Clean-ups and documentation.
Diffstat (limited to 'includes')
-rw-r--r--includes/language.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/language.inc b/includes/language.inc
index 2fff7f3ba..77b8146be 100644
--- a/includes/language.inc
+++ b/includes/language.inc
@@ -424,7 +424,7 @@ function language_fallback_get_candidates($type = LANGUAGE_TYPE_CONTENT) {
$fallback_candidates[] = FIELD_LANGUAGE_NONE;
// Let other modules hook in and add/change candidates.
- drupal_alter('language_get_fallback_candidates', $fallback_candidates);
+ drupal_alter('language_fallback_candidates', $fallback_candidates);
}
return $fallback_candidates;