Added urlencode() of object's DN in links's URL

This commit is contained in:
Benjamin Renard 2012-05-03 12:41:45 +02:00
parent 432c017236
commit bb5f5d7283

View file

@ -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'
)
);