From 88bd6eb67bd26a9d26076697ec9090b5a320fb09 Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 14 Jan 2019 18:22:49 +1300 Subject: [PATCH] Remove verify_mandatory that does nothing due to nothing to verify --- api/v3/File.php | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.25.1