From 90ef986308675919a5e124f6783cd508765a5850 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 23 Feb 2015 16:20:32 -0500 Subject: [PATCH] CRM-13584: remove the set_include_path() from the installer, since ClassLoader takes care of that. --- install/index.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install/index.php b/install/index.php index f710097993..a24159e54e 100644 --- a/install/index.php +++ b/install/index.php @@ -73,12 +73,6 @@ elseif ($installType == 'wordpress') { $pkgPath = $crmPath . DIRECTORY_SEPARATOR . 'packages'; -set_include_path( - $crmPath . PATH_SEPARATOR . - $pkgPath . PATH_SEPARATOR . - get_include_path() -); - require_once $crmPath . '/CRM/Core/ClassLoader.php'; CRM_Core_ClassLoader::singleton()->register(); -- 2.25.1