From: eileen Date: Mon, 14 Jan 2019 05:22:49 +0000 (+1300) Subject: Remove verify_mandatory that does nothing due to nothing to verify X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=88bd6eb67bd26a9d26076697ec9090b5a320fb09;p=civicrm-core.git Remove verify_mandatory that does nothing due to nothing to verify --- diff --git a/api/v3/File.php b/api/v3/File.php index d1626bfb06..583d41e582 100644 --- a/api/v3/File.php +++ b/api/v3/File.php @@ -88,7 +88,6 @@ function civicrm_api3_file_create($params) { * Array of all found file object property values. */ function civicrm_api3_file_get($params) { - civicrm_api3_verify_one_mandatory($params); return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); }