bringyourownideas / silverstripe-composer-security-checker

Provides information if your SilverStripe application uses dependencies with known vulnerabilities.
https://bringyourownideas.com
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

FIX Ensure required HTTPRequest arguments are provided #33

Closed robbieaverill closed 6 years ago

robbieaverill commented 6 years ago

Fixes errors:

ERROR [Notice]: Undefined variable: url
IN GET /dev/tasks/ProcessJobQueueTask
Line 110 in /Users/robbieaverill/dev/ss36/framework/control/HTTPRequest.php
spekulatius commented 6 years ago

Thanks @robbieaverill. Looks good.