Project

General

Profile

Bug #22153 » patch-22153-1.diff

Franz Holzinger, 2013-05-24 22:38

View differences:

/run/media/franz/Transcend/Téléchargement/TYPO3/typo3_src-6.0.6#22153/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 2013-05-24 22:35:14.000000000 +0200
*/
static protected function generateItemList(array $items, $useRawData = FALSE) {
$itemParts = array();
foreach ($items as $item => $itemDetails) {
foreach ($items as $item => &$itemDetails) {
if (strstr($item, '--')) {
// If $item is a separator (--div--) or palette (--palette--) then it may have been appended by a unique number. This must be stripped away here.
$item = preg_replace('/[0-9]+$/', '', $item);
(3-3/4)