Commit 31c52a99ffaab2a9dff1cf26ac6a1851aaee6c1a
1 parent
8ad65c79
added ldap mistake
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1231 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
presentation/lookAndFeel/knowledgeTree/administration/usermanagement/addUserBL.php
| ... | ... | @@ -74,7 +74,7 @@ if (checkSession()) { |
| 74 | 74 | $oUser = new User($fUsername,$fName,0,0,$fEmail,$fMobile,$fEmailNotification,$fSmsNotification,0,0,0); |
| 75 | 75 | |
| 76 | 76 | }else{ |
| 77 | - $oUser = new User($fUsername,$fName,0,0,$fEmail,$fMobile,0,0,$Ldap,0,0); | |
| 77 | + $oUser = new User($fUsername,$fName,0,0,$fEmail,$fMobile,0,0,$fLdap,0,0); | |
| 78 | 78 | } |
| 79 | 79 | |
| 80 | 80 | if($oUser->create()){ | ... | ... |