[TYPO3-core] FYI #12499: Call to deprecated method t3lib_userAuth::redirect()

Rupert Germann rupi at gmx.li
Sat Nov 7 18:58:59 CET 2009


Martin Kutschker schrieb:
> After having a second look, I have another suggestion:
> 
> function redirect() {
> 	if (!$this->userid && $this->auth_url) {
> 		t3lib_div::deprecationLog('Redirection after login via PHP include is deprecated.');
> 		include ($this->auth_include);
> 		exit;
> 	}
> }
> 
> Now only an execution of the "hook" is logged.

I'll commit your suggestion as follow up

greets
rupert



More information about the TYPO3-team-core mailing list