From 1c34c00f95f81983cafc6f360b5b94f1a6be5148 Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 24 Jan 2012 11:47:47 +0000 Subject: [PATCH] Dispatch routine fix - bug preventing _forward method to work proper --- e107_handlers/application.php | 1 - 1 file changed, 1 deletion(-) 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();