diff --git a/lib/Bric/Changes.pod b/lib/Bric/Changes.pod index d5288f168..fc4e08c11 100644 --- a/lib/Bric/Changes.pod +++ b/lib/Bric/Changes.pod @@ -280,6 +280,11 @@ Element Types. [Marshall] Fixed an apparently old bug with editing keywords in the Category Profile, where you couldn't Save if there were exactly 3 keywords. [Scott] +=item * + +Fixed pasto in that should +have prevented it from ever working, but somehow did not. [David P. Beaudet] + =back =head1 VERSION 1.10.2 "Summer" (2006-06-22) diff --git a/lib/Bric/Util/Trans/SFTP.pm b/lib/Bric/Util/Trans/SFTP.pm index 7162eb6d4..14f57d9cb 100644 --- a/lib/Bric/Util/Trans/SFTP.pm +++ b/lib/Bric/Util/Trans/SFTP.pm @@ -342,7 +342,7 @@ $sftp_args = sub { push @ssh_args, cipher => SFTP_MOVER_CIPHER if SFTP_MOVER_CIPHER; } - (my $hn = $s->get_host_name) =~ s/:\d+$//; + (my $hn = $server->get_host_name) =~ s/:\d+$//; return ( $hn, debug => DEBUG,