Skip to content

Commit

Permalink
Fixes #4452 - External Requests from inside a Minion task fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiall committed Feb 20, 2012
1 parent 7df31b8 commit b1d886b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
* Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO'].
* If no source is specified, the URI will be automatically detected.
*/
echo Request::factory()
echo Request::factory(TRUE, array(), FALSE)
->execute()
->send_headers(TRUE)
->body();

0 comments on commit b1d886b

Please sign in to comment.