Removing inheritance on Object as Dispatcher has no use for the inherited methods.

Removing flush() call as it was causing the test suite to not display anything.
This commit is contained in:
mark_story 2010-06-29 00:13:24 -04:00
parent dae14ac72b
commit 3e6cd0be44

View file

@ -36,7 +36,7 @@ App::import('Controller', 'Controller', false);
* @package cake
* @subpackage cake.cake
*/
class Dispatcher extends Object {
class Dispatcher {
/**
* Base URL
@ -409,7 +409,6 @@ class Dispatcher extends Object {
include($assetFile);
} else {
ob_clean();
flush();
readfile($assetFile);
}