Task #29164
closedRemove array duplication in T3_SERVICES
100%
Description
These informations are important for a service: The extension name of a service implementation (eg. 'saltedpasswords'), the service type (eg. 'auth') and the class implementing the service (service key, eg. 'tx_saltedpasswords_sv1'). t3lib_extMgm::addService() registers a service in global array T3_SERVICES[type][key]. Additinonally it registers the same service as T3_SERVICES[key][key]. The latter registration is actually never used by any other service method in the core and should be removed to simplify this handling a bit.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I2c8c53bb763b0a41e5c2488bbcef96f7e1505c9f has been pushed to the review server.
It is available at http://review.typo3.org/4522
Updated by Mr. Hudson about 13 years ago
Patch set 2 of change I2c8c53bb763b0a41e5c2488bbcef96f7e1505c9f has been pushed to the review server.
It is available at http://review.typo3.org/4522
Updated by Christian Kuhn about 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset ed70bca1ee100c50f68941a3ef56ac787e773274.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed