Skip to content

Commit

Permalink
Item14340: More temp debugging. Why can't we find cdot
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 12, 2017
1 parent cb3bea9 commit 78daee2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/Foswiki/Plugins/FoswikiOrgPlugin/Core.pm
Expand Up @@ -431,13 +431,13 @@ sub _updateTask {
print STDERR Data::Dumper::Dumper( \$commit->{'author'} );
print STDERR Data::Dumper::Dumper( \$commit->{'committer'} );

my $cUID =
_findcUID( $commit->{'author'} )
|| _findcUID( $commit->{'committer'} )
|| _searchMapTable( $commit->{'author'} )
|| _searchMapTable( $commit->{'committer'} )
|| 'ProjectContributor';
if ($changed) {
my $cUID =
_findcUID( $commit->{'author'} )
|| _findcUID( $commit->{'committer'} )
|| _searchMapTable( $commit->{'author'} )
|| _searchMapTable( $commit->{'committer'} )
|| 'ProjectContributor';
my $newRev = $meta->save( author => $cUID );
Foswiki::Plugins::FoswikiOrgPlugin::writeDebug(
"Saved r$newRev of $taskItem");
Expand Down

0 comments on commit 78daee2

Please sign in to comment.