Completed
Pull Request — 2.0.x (#6)
by Andrew
02:59
created
classes/Kohana/View/Model.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@  discard block
 block discarded – undo
34 34
 		try
35 35
 		{
36 36
 			include 'kohana.view://'.$kohana_view_filename;
37
-		}
38
-		catch (Exception $e)
37
+		} catch (Exception $e)
39 38
 		{
40 39
 			// Delete the output buffer
41 40
 			ob_end_clean();
@@ -59,8 +58,7 @@  discard block
 block discarded – undo
59 58
 		try
60 59
 		{
61 60
 			return $this->render();
62
-		}
63
-		catch (Exception $e)
61
+		} catch (Exception $e)
64 62
 		{
65 63
 			// Display the exception message
66 64
 			Kohana_Exception::handler($e);
Please login to merge, or discard this patch.