Commit 5ed4fc2ad57128b6094eaf12ffafb3e0677e2ec7

Authored by nbm
1 parent 60650490

Fix showUserSource link.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5039 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php
... ... @@ -72,7 +72,7 @@ class KTLDAPBaseAuthenticationProvider extends KTAuthenticationProvider {
72 72  
73 73 // {{{ showUserSource
74 74 function showUserSource($oUser, $oSource) {
75   - return '<a href="?action=editUserSource&user_id=' . $oUser->getId() .'">' . _('Edit LDAP info') . '</a>';
  75 + return '<a href="' . KTUtil::addQueryStringSelf('action=editUserSource&user_id=' . $oUser->getId()) . '">' . _('Edit LDAP info') . '</a>';
76 76 }
77 77 // }}}
78 78  
... ...