redmine

Don't "signer2user" if user is set

... ... @@ -157,7 +157,7 @@ header( "Content-Type: text/plain" );
//print_r ($_GET); die();
//print_r($_GET);
if (isset($_GET['signer2user'])) {
if (isset($_GET['signer2user']) && empty($_GET['user-appointment-id'])) {
$_GET['user-appointment-id'] = $_GET['signer-appointment-id'];
}
... ...