CRM-13584: remove the set_include_path() from the installer, since ClassLoader takes...
authorMathieu Lutfy <mathieu@bidon.ca>
Mon, 23 Feb 2015 21:20:32 +0000 (16:20 -0500)
committerMathieu Lutfy <mathieu@bidon.ca>
Mon, 23 Feb 2015 21:20:32 +0000 (16:20 -0500)
install/index.php

index f710097993ee40e3042fb996bed2e96785a2f7e8..a24159e54e6258b69e93454dac7593aaaae43707 100644 (file)
@@ -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();