From 5822500a1bbdd24543a4b7950a26173363343737 Mon Sep 17 00:00:00 2001 From: xamgore <xamgore@ya.ru> Date: Wed, 11 Mar 2015 02:38:56 +0300 Subject: [PATCH] Aliases instead of boolean constants --- ~dev_rating/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/~dev_rating/index.php b/~dev_rating/index.php index 82fd3794d..0e5b82376 100644 --- a/~dev_rating/index.php +++ b/~dev_rating/index.php @@ -133,8 +133,8 @@ else * 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(TRUE, array(), FALSE) + echo Request::factory($uri = TRUE, $client_params = array(), $allow_external = TRUE) ->execute() - ->send_headers(TRUE) + ->send_headers($replace_existing_headers = TRUE) ->body(); } -- GitLab