Index: taxonomy_context.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_context/taxonomy_context.module,v
retrieving revision 1.46
diff -u -r1.46 taxonomy_context.module
--- taxonomy_context.module	11 Jan 2006 22:54:03 -0000	1.46
+++ taxonomy_context.module	25 Feb 2006 21:47:25 -0000
@@ -82,7 +82,7 @@
         }
         break;
       case 'node':
-        if (arg(2) == null) {
+        if (is_numeric(arg(1))) {	
           $context['nid'] = arg(1);
           $tidscurr = taxonomy_node_get_terms(arg(1));
           foreach ($tidscurr as $tidcurr) {
