--- drigg_ui_original.module	2008-11-07 02:00:12.000000000 +0100
+++ drigg_ui_original_edit.module	2009-03-28 18:53:15.000000000 +0100
@@ -228,7 +228,9 @@ function drigg_ui_node_feed($action, $ca
 	  $nids[] = $rs->nid;
 	}
   // Show the feed baby!
-  node_feed($nids, $channel);
+	if($nids){
+	  node_feed($nids, $channel);		
+	}
 }  
 
 
