From fd0c0a608a5de2b26c29d3c44a7929e5a3b2c042 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 18 May 2009 00:14:07 +0000 Subject: Updated kohana and modules/unit_test to upstream r4356 --- kohana/helpers/request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kohana/helpers/request.php') diff --git a/kohana/helpers/request.php b/kohana/helpers/request.php index 625f9226..091a9d68 100644 --- a/kohana/helpers/request.php +++ b/kohana/helpers/request.php @@ -33,7 +33,7 @@ class request_Core { if (strpos($ref, url::base(FALSE)) === 0) { // Remove the base URL from the referrer - $ref = substr($ref, strlen(url::base(TRUE))); + $ref = substr($ref, strlen(url::base(FALSE))); } } -- cgit v1.2.3