Imported Upstream version 0.6.25
This commit is contained in:
@@ -661,7 +661,7 @@ class Data_Model extends System_Model
|
||||
if(!is_numeric($end)){
|
||||
$timestamp = strtotime($end);
|
||||
if(!$timestamp){
|
||||
throw new Kohana_User_Exception('Wrong Format', "$end");
|
||||
throw new Kohana_User_Exception('Wrong Format', "End -> $end");
|
||||
}else{
|
||||
$end = $timestamp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user