Merge pull request #21562 from jitendrapurohit/notify-user
[civicrm-core.git] / CRM / Core / ClassLoader.php
index a8479481d48649dc4d8a9b651e498a3bdd78bd09..688470b9d9b70a2f2758acf75f6691b93aa5354e 100644 (file)
@@ -133,8 +133,6 @@ class CRM_Core_ClassLoader {
       '.',
       $civicrm_base_path,
       $packages_path,
-      // dev/core#2812 Ensure that the database upgrade script can run if dataprocessor extension is enabled. It relies on the legacy custom searches which have been moved into this extension
-      implode(DIRECTORY_SEPARATOR, [$civicrm_base_path, 'ext', 'legacycustomsearches']),
     ];
     $include_paths = implode(PATH_SEPARATOR, $include_paths);
     set_include_path($include_paths . PATH_SEPARATOR . get_include_path());