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 links's URL
This commit is contained in:
parent
432c017236
commit
bb5f5d7283
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class LSsearchEntry {
|
|||
$this -> cache['actions'] = array (
|
||||
array(
|
||||
'label' => _('View'),
|
||||
'url' =>'view.php?LSobject='.$this -> LSobject.'&dn='.$this -> dn,
|
||||
'url' =>'view.php?LSobject='.$this -> LSobject.'&dn='.urlencode($this -> dn),
|
||||
'action' => 'view'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue