mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge pull request #351 from LeviWB/fix/remove-undefined-method
FIX Remove call to process::inheritEnvironmentVariables()
This commit is contained in:
commit
8ef542d4e4
@ -104,7 +104,6 @@ class SolrReindexImmediateHandler extends SolrReindexBase
|
||||
// Set timeout from config. Process default is 60 seconds
|
||||
$process->setTimeout($this->config()->get('process_timeout'));
|
||||
|
||||
$process->inheritEnvironmentVariables();
|
||||
$process->run();
|
||||
|
||||
$res = $process->getOutput();
|
||||
|
Loading…
Reference in New Issue
Block a user