Project

General

Profile

Actions

Bug #60063

closed

felogin plugin still uses old class name in TypoScript

Added by Benni Mack almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
Start date:
2014-07-02
Due date:
% Done:

100%

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

Description

FE Login still uses TypoScript with a manual inclusion
of the original file and then the original class

plugin.tx_felogin_pi1 = USER_INT
plugin.tx_felogin_pi1 {
includeLibs = EXT:felogin/pi1/class.tx_felogin_pi1.php
userFunc = tx_felogin_pi1->main
}

This way it is impossible to XCLASS the new
namespaced class "FrontendLoginController"
without also changing the USER_INT userFunc
path.

In order to remove the deprecation, we need to
change the class name - no-brainer.

Actions

Also available in: Atom PDF