From: Christian Weiske Date: Thu, 9 Jun 2011 07:13:42 +0000 (+0200) Subject: fix E_NOTICE X-Git-Tag: v0.98.0~26 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dd34ad34075e071795bcb18f09cd9699141bbc25;p=semanticscuttle.git fix E_NOTICE --- diff --git a/www/rss.php b/www/rss.php index 2927534..b8f6948 100644 --- a/www/rss.php +++ b/www/rss.php @@ -69,6 +69,7 @@ if (isset($_GET['privatekey'])) { $privatekey = $_GET['privatekey']; } +$userid = null; $watchlist = null; $pagetitle = ''; if ($user && $user != 'all') {