From a74fd27e5f238f91f39be14056692945eecedabc Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 6 Jan 2010 11:35:01 -0800 Subject: Updated Kohana to r4737 --- system/libraries/ORM_Validation_Exception.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'system/libraries/ORM_Validation_Exception.php') diff --git a/system/libraries/ORM_Validation_Exception.php b/system/libraries/ORM_Validation_Exception.php index 95f96c3b..9044aa6c 100644 --- a/system/libraries/ORM_Validation_Exception.php +++ b/system/libraries/ORM_Validation_Exception.php @@ -1,26 +1,24 @@ $table)); $exception->validation = $array; throw $exception; - } + } } // End ORM_Validation_Exception \ No newline at end of file -- cgit v1.2.3