Project

General

Profile

Actions

Bug #44665

closed

Configuration Utility loses extension key

Added by Francois Suter over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Extension Manager
Target version:
Start date:
2013-01-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

The EM's ConfigurationUtility::getCurrentConfiguration() method looks for the extension key at the wrong place. Rather than using the key it receives as a parameter, it tries to get it from $GLOBALS['TYPO3_LOADED_EXT'] where it does not exist (indeed it would be redundant information). As a result trying to read the current configuration always returns an empty array.

Notes:

  1. this is a first, trivial patch. Another one will be coming later, this is not the only error in this method.
  2. this bug is only visible when you update an extension's configuration, not when you simple display it.

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #44781: ConfigurationUtility->getCurrentConfiguration only delivers default configurationClosed2013-01-24

Actions
Actions

Also available in: Atom PDF