Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #6871: auth_webserver_autocreate_user doesn't work
  • Loading branch information
c-schmitz committed Nov 18, 2012
1 parent 8fca437 commit 76b65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/UserIdentity.php
Expand Up @@ -109,7 +109,7 @@ public function authenticate($sOneTimePassword='')
if ($oUser->save())
{
$aTemplates=explode(",",$aUserProfile['templatelist']);
foreach ($arrayTemplates as $sTemplateName)
foreach ($aTemplates as $sTemplateName)
{
$oRecord=new Templates_rights;
$oRecord->uid = $oUser->uid;
Expand Down

0 comments on commit 76b65b5

Please sign in to comment.