Added Tasks to KH
This commit is contained in:
@@ -77,9 +77,7 @@ abstract class lnApp_HTMLRender {
|
||||
|
||||
// Display the exception message
|
||||
catch (Exception $e) {
|
||||
Kohana::exception_handler($e);
|
||||
|
||||
return '';
|
||||
Kohana_Exception::handler($e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user