Releases: 6.0
Fixes: #43037
Change-Id: Ia7f28cfdc47de01a37f926f96904cc3788c1ccaa
Reviewed-on: http://review.typo3.org/16497
Reviewed-by: Marc Bastian Heinrichs
Tested-by: Marc Bastian Heinrichs
Reviewed-by: Wouter Wolters
Reviewed-by: Oliver Klee
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
private function initializeWidgetContext() {
$this->widgetContext->setWidgetConfiguration($this->getWidgetConfiguration());
$this->initializeWidgetIdentifier();
- $controllerObjectName = $this->controller instanceof \Tx_Fluid_AOP_ProxyInterface ? $this->controller->FLOW3_AOP_Proxy_getProxyTargetClassName() : get_class($this->controller);
- $this->widgetContext->setControllerObjectName($controllerObjectName);
+ $this->widgetContext->setControllerObjectName(get_class($this->controller));
$extensionName = $this->controllerContext->getRequest()->getControllerExtensionName();
$pluginName = $this->controllerContext->getRequest()->getPluginName();
$this->widgetContext->setParentExtensionName($extensionName);