Project

General

Profile

Actions

Bug #25010

closed

css_styled_content ext_tables.php links to wrong static file for TYPO3 4.4

Added by Sigfried Arnold about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2011-02-11
Due date:
% Done:

0%

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

Description

static/v4.3/ is added twice (one aliased as 4.4) wich is obviously a typing error and blocks the proper usage of TYPO3 4.5 with 4.4 compatiblity

/typo3_src-4.5.0/typo3/sysext/css_styled_content/ext_tables.php

t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v3.8/', 'CSS Styled Content TYPO3 v3.8');
t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v3.9/', 'CSS Styled Content TYPO3 v3.9');
t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v4.2/', 'CSS Styled Content TYPO3 v4.2');
t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v4.3/', 'CSS Styled Content TYPO3 v4.3');
t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v4.3/', 'CSS Styled Content TYPO3 v4.4');
(issue imported from #M17553)


Files

17553.diff (1.06 KB) 17553.diff Administrator Admin, 2011-02-12 00:03
Actions #1

Updated by Christian Kuhn about 13 years ago

  • trunk rev. 10448
  • 4.5 rev. 10449
Actions

Also available in: Atom PDF