Skip to content
Snippets Groups Projects
Commit cf7f8ab0 authored by Benni Mack's avatar Benni Mack Committed by Georg Ringer
Browse files

[TASK] Cleanup BackendUserAuthentication->unpack_uc()

The backendUser->uc() call is called with a default value,
which is unnecessary and "looks ugly" ;).

Additionally $BE_USER calls unpack_uc() itself, basically doing
a unserialize() before, even though unpack_uc() does the same
thing.

Resolves: #78658
Releases: master
Change-Id: I492326373b61dba5cba61f24e64b31fddf9a2142
Reviewed-on: https://review.typo3.org/50595


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent aaf3390e
Branches
Tags
No related merge requests found
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