Imported Upstream version 0.6.25

This commit is contained in:
Mario Fetka
2017-05-20 15:29:39 +02:00
parent 32a360eca6
commit bebe87317f
44 changed files with 2255 additions and 2694 deletions

View File

@@ -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;
}