|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-29 13:10 UTC] mj@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 23 13:00:01 2025 UTC |
I have written my own container for Auth based on a quick post from Martin a while back (february or march i think) in which i make a static call to setAuth (Aut::setAuth()) In the latest cvs version setAuth now calls setAuthData. The problem is that the call is made using the $this-> structure. But in that case that cannot work since the call to setAuth is static. The call to setAuthData() should be static if (!empty($data)) { Auth::setAuthData($data); } Arnaud.