diff --git a/e107_handlers/application.php b/e107_handlers/application.php index 341eb4b71..9c080e88e 100644 --- a/e107_handlers/application.php +++ b/e107_handlers/application.php @@ -339,7 +339,6 @@ class eDispatcher throw new eException("Controller $controller is not an instance of eController"); } - $request->setDispatched(true); $actionName = $request->getActionMethodName(); ob_start();