From d854417e0c05d65ed6f211906f851998640469f3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 16 Oct 2009 15:47:46 +0000 Subject: #565480 follow-up by plach: Clean-ups and documentation. --- includes/language.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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; -- cgit v1.2.3