More fixes related to password reset

This commit is contained in:
Deon George
2013-04-21 23:10:38 +10:00
parent 79c76995b9
commit 3ce74636f7
4 changed files with 6 additions and 15 deletions

View File

@@ -46,9 +46,8 @@ class Kohana_Exception extends Kohana_Kohana_Exception {
SystemMessage::add(array(
'title'=>'An Error Occured.',
'type'=>'error',
'body'=>'A error occured, which has been logged.',
'body'=>'Dont panic, its been logged.',
));
// We'll redirect to the main page.
$response = Response::factory();