Project

General

Profile

Actions

Bug #23331

closed

small typo in class.t3lib_spritemanager.php's deprecationLog Message

Added by Sven Juergens over 14 years ago. Updated about 6 years ago.

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

0%

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

Description

in case of using deprecated $GLOBALS['PAGES_TYPES'] there is a deprecationLog Message with an example of how using the new spritemanager. There is missing a " ' " .

Example:

Usage of $PAGES_TYPES['icon'] is deprecated since 4.4.
The extTables.php entry $PAGE_TYPES['33']['icon'] = '../fileadmin/pageicons/newhiddenpage.gif'; should be replaced with
t3lib_SpriteManager::addTcaTypeIcon('pages', 33', '../fileadmin/pageicons/newhiddenpage.gif');
instead.

33 is missing the " ' ".

(issue imported from #M15323)


Files

15323.diff (887 Bytes) 15323.diff Administrator Admin, 2010-08-02 14:01
Actions #1

Updated by Christian Kuhn over 14 years ago

Committed to:
  • trunk rev. 8544
  • 4.4 rev. 8545
Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF