fix web commit determination

master
Joey Hess 2008-07-17 19:23:00 -04:00
parent afd3126e55
commit e8a11957df
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ sub rcs_recentchanges ($) { #{{{
}
my $user=$ci->{'author_username'};
my $web_commit = ($user=~s/\@web//);
my $web_commit = ($ci->{'author'} =~ /\@web>/);
# compatability code for old web commit messages
if (! $web_commit &&