Skip to content

Commit

Permalink
Item10579: correct history
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PublishPlugin@11740 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed May 25, 2011
1 parent 8631c13 commit 3f11618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/PublishPlugin/Publisher.pm
Expand Up @@ -323,7 +323,7 @@ TEXT
$this->logInfo( "Publisher", $this->{publisher} );
$this->logInfo( "Date", Foswiki::Func::formatTime( time() ) );
$this->logInfo( "Dir", "$Foswiki::cfg{PublishPlugin}{Dir}$this->{relativedir}" );
$this->logInfo( "URL", "$Foswiki::cfg{PublishPlugin}{URL}$this->{relativedir}" );
$this->logInfo( "URL", "$Foswiki::cfg{PublishPlugin}{URL}$this->{relativeurl}" );
$this->logInfo( "Web", $this->{web} );
$this->logInfo( "Versions topic", $this->{versions} )
if $this->{versions};
Expand Down

0 comments on commit 3f11618

Please sign in to comment.