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)
Actions