From ee938d674da3f599b800499363ac456f49c9dc7a Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 31 Jan 2012 12:36:05 +0000 Subject: [PATCH] Fixed typos during the copy/paste for automatic account creation SVN:1.2[1826] --- core/userrights.class.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/userrights.class.inc.php b/core/userrights.class.inc.php index f5ce8be9b6..58793dd91c 100644 --- a/core/userrights.class.inc.php +++ b/core/userrights.class.inc.php @@ -1187,7 +1187,7 @@ class CAS_SelfRegister implements iSelfRegister } // Now synchronize the profiles - if (!self::SetProfilesFromCAS($oUser, $Groups)) + if (!self::SetProfilesFromCAS($oUser, $aGroups)) { return false; } @@ -1213,7 +1213,7 @@ class CAS_SelfRegister implements iSelfRegister } } - protected static function SetProfilesFromCAS($oUser, $Groups) + protected static function SetProfilesFromCAS($oUser, $aGroups) { if (!MetaModel::IsValidClass('URP_Profiles')) {