mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
FIX Remove call to process::inheritEnvironmentVariables()
inheritEnvironmentVariables() was removed from the Symfony Process component in 5.0.0, as enviroment variables are always inherited.
This commit is contained in:
parent
b2226c0a7e
commit
526ee734be
@ -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