Skip to content
Snippets Groups Projects
Commit fba718c5 authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Remove non-existant hard-coded check for user_ws

The user_ws module does not exist anymore, and the hard-coded check can be removed.

Resolves: #74377
Releases: master
Change-Id: I1197362690a42da9a33d843019e2401bc4ef29d8
Reviewed-on: https://review.typo3.org/47140


Reviewed-by: default avatarJan Helke <typo3@helke.de>
Tested-by: default avatarJan Helke <typo3@helke.de>
Reviewed-by: default avatarJonas Götze <jonnsn@gmail.com>
Tested-by: default avatarJonas Götze <jonnsn@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
parent a03668a8
Branches
Tags
No related merge requests found
......@@ -140,9 +140,6 @@ class ModuleLoader
*/
public function checkMod($name)
{
if ($name === 'user_ws' && !ExtensionManagementUtility::isLoaded('version')) {
return false;
}
// Check for own way of configuring module
if (is_array($GLOBALS['TBE_MODULES']['_configuration'][$name]['configureModuleFunction'])) {
$obj = $GLOBALS['TBE_MODULES']['_configuration'][$name]['configureModuleFunction'];
......
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