From 432c017236bd0963e98229ce16adf8a7b392075f Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 3 May 2012 12:41:19 +0200 Subject: [PATCH] Added urlencode() of object's DN in links's URL --- public_html/includes/class/class.LSrelation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/includes/class/class.LSrelation.php b/public_html/includes/class/class.LSrelation.php index 3601c4f1..605fc1c2 100644 --- a/public_html/includes/class/class.LSrelation.php +++ b/public_html/includes/class/class.LSrelation.php @@ -205,7 +205,7 @@ class LSrelation { else { $class=' LSrelation_editable'; } - $data['html'].= "
  • ".$o -> getDisplayName(NULL,true)."
  • \n"; + $data['html'].= "
  • ".$o -> getDisplayName(NULL,true)."
  • \n"; } } else {