54a55,57 > # schaefer 2007-06-13 strange, but required (bad place?) > $TWiki::Plugins::SESSION = $session; > 201a205,207 > # schaefer 2007-06-13 only show changes if access allowed > # BUGS > # - what if name is not a user ? e-mail e.g. 203a210,218 > if (!TWiki::Func::checkAccessPermission('VIEW', > 'Main.' . $name, > undef, > $topic, > $this->{web})) { > print STDERR "checkAccessPermission failed: ", $name, " ", $topic, " ", $this->{web}, "\n"; > next; > } >