From 09fc73bdab0a9561c3e59e312c8350f13e04619c Mon Sep 17 00:00:00 2001 From: eileen Date: Tue, 17 Dec 2019 18:07:16 +1300 Subject: [PATCH] Remove vestige of apiv2 --- Civi/API/Kernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Civi/API/Kernel.php b/Civi/API/Kernel.php index 1dee2a9590..75bc6a9a4b 100644 --- a/Civi/API/Kernel.php +++ b/Civi/API/Kernel.php @@ -167,7 +167,6 @@ class Kernel { throw new \API_Exception('Input variable `params` is not an array', 2000); } switch ($apiRequest['version']) { - case 2: case 3: require_once 'api/v3/utils.php'; _civicrm_api3_initialize(); -- 2.25.1