Skip to content

Commit

Permalink
Item13897: Untidyfied version of the file sneaked into the previous c…
Browse files Browse the repository at this point in the history
…ommit.
  • Loading branch information
vrurg committed Oct 10, 2016
1 parent fd070b6 commit 95e8a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/UI/Rest.pm
Expand Up @@ -140,7 +140,7 @@ sub rest {
throw Foswiki::EngineException( 400, $err, $res );
}

my $record = $restDispatch{$subject}{$verb};
my $record = $restDispatch{$subject}{$verb};

# Check we have this handler
unless ($record) {
Expand Down

0 comments on commit 95e8a95

Please sign in to comment.