Skip to content
Snippets Groups Projects
Commit a7942968 authored by Christian Kuhn's avatar Christian Kuhn Committed by Nicole Cordes
Browse files

[BUGFIX] PHP fatal error calling beuser module

A missing namespace import triggers a PHP fatal error
in ext:beuser.

Resolves: #64893
Related: #64695
Releases: master
Change-Id: I366203ad87aa5823fcf9099525bf99ea003a9533
Reviewed-on: http://review.typo3.org/36695


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarNicole Cordes <typo3@cordes.co>
Tested-by: default avatarNicole Cordes <typo3@cordes.co>
parent db6973ba
Branches
Tags
No related merge requests found
......@@ -14,6 +14,8 @@ namespace TYPO3\CMS\Beuser\ViewHelpers;
* The TYPO3 project - inspiring people to share!
*/
use TYPO3\CMS\Backend\Utility\BackendUtility;
/**
* Issue command ViewHelper, see TYPO3 Core Engine method issueCommand
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment