More fixes related to password reset
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user