Upgrade to KH 3.1.3.1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* @package Kohana
|
||||
* @author Kohana Team
|
||||
* @copyright (c) 2007-2008 Kohana Team
|
||||
* @copyright (c) 2007-2011 Kohana Team
|
||||
* @copyright (c) 2005 Harry Fuecks
|
||||
* @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
|
||||
*/
|
||||
@@ -23,5 +23,5 @@ function _strpos($str, $search, $offset = 0)
|
||||
|
||||
$str = UTF8::substr($str, $offset);
|
||||
$pos = UTF8::strpos($str, $search);
|
||||
return ($pos === FALSE) ? FALSE : $pos + $offset;
|
||||
return ($pos === FALSE) ? FALSE : ($pos + $offset);
|
||||
}
|
Reference in New Issue
Block a user