Project

General

Profile

Actions

Bug #29165

closed

Remove check for invalid prefix in t3lib_extMgm::addService

Added by Christian Kuhn over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
Start date:
2011-08-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

t3lib_extMgm::addService() checks that $serviceType (eg. 'auth') does not start with a valid class prefix. While it is probably not a good idea to prefix a service type with 'user_' or 'tx_', there is no technical reason to enforce this. The check especially leads to problems if TYPO3_CONF_VARS['FE']['userFuncClassPrefix'] is set to an empty string. This patch removes the check.

Actions

Also available in: Atom PDF