Fixed typo on SUPPRESS_REQUEST check for unittest module.

This commit is contained in:
Kiall Mac Innes 2010-07-05 22:31:17 +01:00 committed by root
parent 9aacab3c94
commit 17fb5b0e35

View file

@ -89,7 +89,7 @@ Route::set('default', '(<controller>(/<action>(/<id>)))')
'action' => 'index',
));
if ( ! defined('SUPRESS_REQUEST'))
if ( ! defined('SUPPRESS_REQUEST'))
{
/**
* Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO'].