--- wordpress/wp-commentsrss2.php	Thu Oct 14 11:27:55 2004
+++ /usr/local/www/data/wp/wp-commentsrss2.php	Fri Nov 26 13:21:04 2004
@@ -1,5 +1,5 @@
 <?php 
-if ( !$feed ) {
+if ( !isset($feed) || !$feed ) {
 	$withcomments = 1;
     require('wp-blog-header.php');
 }
