From 92341bdf40e715beb923824f10ac989fa6597512 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Dec 2009 15:54:37 +0000 Subject: - Patch #471744 by jhodgdon: remove stray references from hook_taxonomy_term_load() parameters. --- modules/simpletest/tests/taxonomy_test.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/taxonomy_test.module b/modules/simpletest/tests/taxonomy_test.module index 536e5a100..fd34f9caf 100644 --- a/modules/simpletest/tests/taxonomy_test.module +++ b/modules/simpletest/tests/taxonomy_test.module @@ -9,7 +9,7 @@ /** * Implement hook_taxonomy_term_load(). */ -function taxonomy_test_taxonomy_term_load(&$terms) { +function taxonomy_test_taxonomy_term_load($terms) { foreach ($terms as $term) { $antonym = taxonomy_test_get_antonym($term->tid); if ($antonym) { -- cgit v1.2.3