summaryrefslogtreecommitdiff
path: root/kohana/helpers/request.php
diff options
context:
space:
mode:
Diffstat (limited to 'kohana/helpers/request.php')
-rw-r--r--kohana/helpers/request.php2
1 files changed, 1 insertions, 1 deletions
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)));
}
}