diff --git a/application/classes/http/exception/404.php b/application/classes/http/exception/404.php index a72b75d..63946c5 100644 --- a/application/classes/http/exception/404.php +++ b/application/classes/http/exception/404.php @@ -25,6 +25,6 @@ class HTTP_Exception_404 extends Kohana_HTTP_Exception_404 { 'body'=>sprintf(_('The page [%s] you requested was not found?'),Request::detect_uri()), )); - Request::factory()->redirect('welcome'); + // Request::factory()->redirect('welcome'); } }