mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-23 02:19:07 +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 (
|
$this -> cache['actions'] = array (
|
||||||
array(
|
array(
|
||||||
'label' => _('View'),
|
'label' => _('View'),
|
||||||
'url' =>'view.php?LSobject='.$this -> LSobject.'&dn='.$this -> dn,
|
'url' =>'view.php?LSobject='.$this -> LSobject.'&dn='.urlencode($this -> dn),
|
||||||
'action' => 'view'
|
'action' => 'view'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue