Project

General

Profile

Actions

Bug #31859

closed

class.tx_recycler_helper.php Missing Argument in 121

Added by Stefan Geith over 12 years ago. Updated over 12 years ago.

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

0%

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

Description

Because of wrong brackets, there occurs an error in line 121 of class.tx_recycler_helper.php:

Wrong:
$output = '/' . htmlspecialchars(t3lib_div::fixed_lgd_cs($row['title']), $titleLimit) . $output;

Correct:
$output = '/' . htmlspecialchars(t3lib_div::fixed_lgd_cs($row['title'], $titleLimit)) . $output;


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #28835: Recycler floods system log - PHP Warning: Missing argument 2 for t3lib_div::fixed_lgd_cs()ClosedDmitry Dulepov2011-08-08

Actions
Actions #1

Updated by Stefan Geith over 12 years ago

Seems, this is already OK in 4.6 and 4.7

Actions #2

Updated by Markus Klein over 12 years ago

Backports were forgotten.
Added them now.

https://review.typo3.org/6696
https://review.typo3.org/6697

Actions #3

Updated by Dmitry Dulepov over 12 years ago

  • Status changed from New to Closed
  • Assignee set to Dmitry Dulepov

This is a duplicate report. Please, see the original issue.

All changes were pushed to corresponding branches.

Actions

Also available in: Atom PDF