mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Added urlencode() of object's DN in modify link URL
This commit is contained in:
parent
1b73c32ec3
commit
78f53b6d7d
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if(LSsession :: startLSsession()) {
|
|||
if ( LSsession :: canEdit($LSobject,$dn) ) {
|
||||
$LSview_actions[] = array(
|
||||
'label' => _('Modify'),
|
||||
'url' =>'modify.php?LSobject='.$LSobject.'&dn='.$dn,
|
||||
'url' =>'modify.php?LSobject='.$LSobject.'&dn='.urlencode($dn),
|
||||
'action' => 'modify'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue