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
78f53b6d7d
commit
cf9b24f399
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class LSsearchEntry {
|
|||
if (LSsession :: canEdit($this -> LSobject,$this -> dn)) {
|
||||
$this -> cache['actions'][]=array(
|
||||
'label' => _('Modify'),
|
||||
'url' => 'modify.php?LSobject='.$this -> LSobject.'&dn='.$this -> dn,
|
||||
'url' => 'modify.php?LSobject='.$this -> LSobject.'&dn='.urlencode($this -> dn),
|
||||
'action' => 'modify'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue