diff options
Diffstat (limited to 'watchlist.php')
| -rw-r--r-- | watchlist.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/watchlist.php b/watchlist.php index 2cdb5ff..a64315f 100644 --- a/watchlist.php +++ b/watchlist.php @@ -107,6 +107,7 @@ if ($user) {      }      $tplVars['pagetitle'] = $title;      $tplVars['subtitle'] = $title; +    $tplVars['range'] = 'watchlist';      $tplVars['rsschannels'] = array(          array(filter($sitename .': '. $title), createURL('rss', 'watchlist/'. filter($user, 'url'))) | 
