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