summaryrefslogtreecommitdiff
path: root/system/helpers/request.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-21 20:05:27 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-21 20:05:27 -0800
commit9285c8c66c530196399eb05bb5561c3fa5538335 (patch)
tree7cec68583c01b5b365e7669fefc1adc6360e89a5 /system/helpers/request.php
parent9c5df1d31bd214fab051b71d092c751a1da20ecc (diff)
Updated Kohana to r4724
Diffstat (limited to 'system/helpers/request.php')
-rw-r--r--system/helpers/request.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/helpers/request.php b/system/helpers/request.php
index 4770d64b..31afee4e 100644
--- a/system/helpers/request.php
+++ b/system/helpers/request.php
@@ -2,7 +2,7 @@
/**
* Request helper class.
*
- * $Id: request.php 4679 2009-11-10 01:45:52Z isaiah $
+ * $Id: request.php 4692 2009-12-04 15:59:44Z cbandy $
*
* @package Core
* @author Kohana Team
@@ -61,7 +61,7 @@ class request_Core {
*/
public static function protocol()
{
- if (PHP_SAPI === 'cli')
+ if (Kohana::$server_api === 'cli')
{
return NULL;
}