Skip to content

Commit

Permalink
fixed bug in config handling
Browse files Browse the repository at this point in the history
  • Loading branch information
schmalle committed Feb 17, 2015
1 parent 53d8fe3 commit 53ea961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function analyze(request, response, config)
// now check all GET parameters
if (externalReference)
{
externalReferenceCheck(request, query);
externalReferenceCheck(request, query, config);
}
}
else
Expand Down Expand Up @@ -178,7 +178,7 @@ function checkHeaders(url)
} // checkHeaders


function externalReferenceCheck(request, query)
function externalReferenceCheck(request, query, config)
{

// get start & max length
Expand Down

0 comments on commit 53ea961

Please sign in to comment.