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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user