Item10579: typo in code generating publish history summary
Priority: Low
Current State: Closed
Released In: n/a
Target Release: n/a
Version 2.20
There's a typo (I think) in the code which generates the summary output at the top of the publishing history page.
I think the
$this->{relativedir}
at line 317 of
Publisher.pm
should be
$this->{relativeurl}
316 $this->logInfo( "Dir", "$Foswiki::cfg{PublishPlugin}{Dir}$this->{relativedir}" );
317 $this->logInfo( "URL", "$Foswiki::cfg{PublishPlugin}{URL}$this->{relativedir}" );
--
DiabJerius - 31 Mar 2011