From b667ca8be1a7cd0016dc99a3f571d5a56130abe9 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Tue, 15 Sep 2020 13:57:24 -0400 Subject: [PATCH] DB is no longer in packages, now autoloaded from vendor --- install/civicrm.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/civicrm.php b/install/civicrm.php index e688613403..5b6dcb263a 100644 --- a/install/civicrm.php +++ b/install/civicrm.php @@ -131,8 +131,6 @@ function civicrm_main(&$config) { function civicrm_source($dsn, $fileName, $lineMode = FALSE) { global $crmPath; - require_once "$crmPath/packages/DB.php"; - // CRM-19699 See also CRM_Core_DAO for PHP7 mysqli compatiblity. // Duplicated here because this is not using CRM_Core_DAO directly // and this function may be called directly from Drush. -- 2.25.1