Skip to content

Commit

Permalink
[BUGFIX] Removes backslashes in namespace
Browse files Browse the repository at this point in the history
Removes double backslashes, too.

Resolves: #66888
Change-Id: I8b6991ebc2793bd0a476acd1adbfea81d8f8cace
Reviewed-on: http://review.typo3.org/40374
Tested-by: Thomas Löffler <[email protected]>
Reviewed-by: Thomas Löffler <[email protected]>
  • Loading branch information
spoonerWeb committed Jun 17, 2015
1 parent 39d4a11 commit 4ce6f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Hook/UserSetupHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function moduleBodyPostProcess(&$params, &$parentObj) {

// flash message with instructions for the user
$flashMessage = Utility\GeneralUtility::makeInstance(
'\\TYPO3\\CMS\\Core\\Messaging\\FlashMessage',
'TYPO3\CMS\Core\Messaging\FlashMessage',
sprintf(
$GLOBALS['LANG']->getLL('beSecurePw.description'),
$extConf['passwordLength'],
Expand Down

0 comments on commit 4ce6f3f

Please sign in to comment.