Project

General

Profile

Actions

Feature #52693

closed

Unused $requestedId local variable

Added by GAYA La Nouvelle Agence over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2013-10-11
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

There's a local variable $requestedId in typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:1345 which store the original requested id before changing it. This variable is not used at all but can be usefull for a hook or class override.

Because this variable is unused and inacessible, could you set it as (protected) property ? I join the patch.


Files

TypoScriptFrontendController.patch (842 Bytes) TypoScriptFrontendController.patch GAYA La Nouvelle Agence, 2013-10-11 12:20
TypoScriptFrontendController.patch2 (1.18 KB) TypoScriptFrontendController.patch2 GAYA La Nouvelle Agence, 2013-10-11 12:38
Actions

Also available in: Atom PDF