diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc
index d8b6655e8d79529444e73162ba46edb8f5d022b2..401ac18228fd6f11b5850b7571f1041a00a73246 100644
--- a/modules/taxonomy/taxonomy.pages.inc
+++ b/modules/taxonomy/taxonomy.pages.inc
@@ -57,7 +57,7 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
           }
 
           $result = taxonomy_select_nodes($tids, $terms['operator'], $depth, FALSE);
-
+          $items = array(); 
           while ($row = db_fetch_object($result)) {
             $items[] = $row->nid;
           }