commit | 654e5c969bfacb429e13eec58fee8d62c2495111 | [log] [tgz] |
---|---|---|
author | kakysha <ezhikvdele@gmail.com> | Tue Jan 27 20:51:50 2015 +0300 |
committer | kakysha <ezhikvdele@gmail.com> | Tue Jan 27 20:51:50 2015 +0300 |
tree | 4572968c2008f4259a4731681a18a054147fe064 | |
parent | 967ab65f106d26bef0a112a95f7b0313f00ad104 [diff] [blame] |
is_php() more accurate description
diff --git a/system/core/Common.php b/system/core/Common.php index 7046ec4..5c5672e 100644 --- a/system/core/Common.php +++ b/system/core/Common.php
@@ -54,7 +54,7 @@ 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