1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Dispatch routine fix - bug preventing _forward method to work proper

This commit is contained in:
secretr
2012-01-24 11:47:47 +00:00
parent 18b799c852
commit 1c34c00f95

View File

@@ -339,7 +339,6 @@ class eDispatcher
throw new eException("Controller $controller is not an instance of eController"); throw new eException("Controller $controller is not an instance of eController");
} }
$request->setDispatched(true);
$actionName = $request->getActionMethodName(); $actionName = $request->getActionMethodName();
ob_start(); ob_start();