openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4b40a1a696f9cb8946b6810b5c55115a4e6a2f3b
parent 8e9dcc3330b66fb3e6294341bda784700ab7f03b
Author: dankert <devnull@localhost>
Date:   Sat, 13 Oct 2007 19:48:36 +0200

Bugfix beim Hinzuf?gen von Benutzern.

Diffstat:
actionClasses/IndexAction.class.php | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/actionClasses/IndexAction.class.php b/actionClasses/IndexAction.class.php @@ -477,8 +477,7 @@ class IndexAction extends Action $openid_sreg_fullname = $this->getRequestVar('openid_sreg_fullname'); $openid_sreg_nickname = $this->getRequestVar('openid_sreg_nickname'); - $user = new User(); - $user->loadWithName( $openid_user ); + $user = User::loadWithName( $openid_user ); if ( $user->userid <=0) {