summaryrefslogtreecommitdiffstats
path: root/system/core/Common.php
diff options
context:
space:
mode:
authorkakysha <ezhikvdele@gmail.com>2015-01-27 18:51:50 +0100
committerkakysha <ezhikvdele@gmail.com>2015-01-27 18:51:50 +0100
commit654e5c969bfacb429e13eec58fee8d62c2495111 (patch)
tree4572968c2008f4259a4731681a18a054147fe064 /system/core/Common.php
parent967ab65f106d26bef0a112a95f7b0313f00ad104 (diff)
is_php() more accurate description
Diffstat (limited to 'system/core/Common.php')
-rw-r--r--system/core/Common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Common.php b/system/core/Common.php
index 7046ec401..5c5672e99 100644
--- a/system/core/Common.php
+++ b/system/core/Common.php
@@ -54,7 +54,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
if ( ! function_exists('is_php'))
{
/**
- * Determines if the current version of PHP is greater then the supplied value
+ * Determines if the current version of PHP is equal to or greater than the supplied value
*
* @param string
* @return bool TRUE if the current version is $version or higher