Index: acidfree.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/acidfree/acidfree.module,v retrieving revision 1.101 diff -u -p -r1.101 acidfree.module --- acidfree.module 13 Nov 2006 18:14:39 -0000 1.101 +++ acidfree.module 16 Nov 2006 22:04:22 -0000 @@ -367,7 +367,7 @@ function acidfree_menu($may_cache) { $path = explode('/', $_GET['q']); if ($path[0] == 'album' && is_numeric($path[1])) { - $term = (array)taxonomy_get_term($path[1]); + $term = taxonomy_get_term($path[1]); if ($term) { $items[] = Array('path' => "album/{$path[1]}", 'access' => 1,