Commit 751509270834095e981e94269ef936ffd755726e
1 parent
5f217b99
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()){ | ... | ... |