This commit is contained in:
systopia 2017-08-28 16:17:11 +02:00
parent 5bf3f39f00
commit 0c18d8c9e4
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ function civiproxy_sanitise($value, $type) {
error_log("CiviProxy: unknown type '$type'. Ignored."); error_log("CiviProxy: unknown type '$type'. Ignored.");
$value = ''; $value = '';
} }
return $value;
} }