Actions
Bug #22566
closedRequest to change the protected property $redirectUrl to a public one
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2010-05-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
At the moment, it is not possible to amend the property $redirectUrl (defined on line 45) via hook (defined on line 472), because it is protected. Such an attempt produces a fatal error.
Therefore, my request is to make this property public.
Thank you.
line 45: protected $redirectUrl; // URL for the redirect
hook on line 472
(issue imported from #M14278)
Updated by Anonymous over 14 years ago
Also, upon reflection, it would be equally useful to make the following property public:
line 47: protected $logintype; // logintype (given as GPvar), possible: login, logout
Otherwise, the currect construction of the extension doesn't allow for effective changes of $redirectUrl.
Updated by Anonymous over 14 years ago
Sorry, I need to cancel this ticket.
There will be a new report created.
Actions