diff --git a/public_html/modify.php b/public_html/modify.php index 644ed1e9..08fb4dfa 100644 --- a/public_html/modify.php +++ b/public_html/modify.php @@ -41,7 +41,7 @@ if(LSsession :: startLSsession()) { $dn = $_POST['LSform_objectdn']; } else if (isset($_GET['dn'])) { - $dn = $_GET['dn']; + $dn = urldecode($_GET['dn']); } if ((isset($dn)) && (isset($LSobject)) ) {