diff --git a/typo3/sysext/beuser/Classes/Controller/PermissionController.php b/typo3/sysext/beuser/Classes/Controller/PermissionController.php index f187603cad77d0819595e961acb70e077a05e5d8..6b3b8824fc06fce9eafa7af61089a8b3a00d6e8f 100644 --- a/typo3/sysext/beuser/Classes/Controller/PermissionController.php +++ b/typo3/sysext/beuser/Classes/Controller/PermissionController.php @@ -120,14 +120,6 @@ class PermissionController extends ActionController { parent::initializeView($view); $this->setPageInfo(); - $view->assign( - 'previewUrl', - BackendUtility::viewOnClick( - (int)$this->pageInfo['uid'], - '', - BackendUtility::BEgetRootLine((int)$this->pageInfo['uid']) - ) - ); // the view of the update action has a different view class if ($view instanceof BackendTemplateView) {