diff options
Diffstat (limited to 'modules/simpletest/tests/taxonomy_test.module')
-rw-r--r-- | modules/simpletest/tests/taxonomy_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |