my %params=@_;
my $template=$params{template};
my $page=$params{page};
- if ($config{rcs} && $page ne $config{recentchangespage} &&
+
+ if (defined $config{recentchangespage} && $config{rcs} &&
+ $page ne $config{recentchangespage} &&
$template->query(name => "recentchangesurl")) {
$template->param(recentchangesurl => urlto($config{recentchangespage}, $page));
$template->param(have_actions => 1);