projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ab0a6
)
CRM-13584: remove the set_include_path() from the installer, since ClassLoader takes...
author
Mathieu Lutfy
<mathieu@bidon.ca>
Mon, 23 Feb 2015 21:20:32 +0000
(16:20 -0500)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Mon, 23 Feb 2015 21:20:32 +0000
(16:20 -0500)
install/index.php
patch
|
blob
|
blame
|
history
diff --git
a/install/index.php
b/install/index.php
index f710097993ee40e3042fb996bed2e96785a2f7e8..a24159e54e6258b69e93454dac7593aaaae43707 100644
(file)
--- 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();