1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +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");
}
$request->setDispatched(true);
$actionName = $request->getActionMethodName();
ob_start();