From 1dbdc23f6880a6cd90f2115b85b37b3c0f2155b8 Mon Sep 17 00:00:00 2001 From: Alexander Solowjow Date: Tue, 24 Sep 2013 10:21:50 +0200 Subject: [PATCH] Kohana::$is_cli check changed to the PHP_SAPI check for compatibility with 3.3 version# --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 36b9d1e..a4e5938 100644 --- a/init.php +++ b/init.php @@ -1,7 +1,7 @@