Skip to content

Commit

Permalink
Merge branch '4.0' into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Aug 28, 2023
2 parents e00a8ea + cf24b84 commit 0f62997
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lang/fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ fi:
GO: Hae
SEARCH: Haku
SolrResultsPage:
SearchQuery: 'Hakusanasi oli'
DidYouMean: Tarkoititko
ReadMore: 'Lue lisää'
NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.'
Page: Sivu
of: /
ViewPreviousPage: 'Katso edellinen sivu'
ReadMore: 'Lue lisää'
SearchQuery: 'Hakusanasi oli'
'View page number': 'Siirry sivulle'
ViewNextPage: 'Katso seuraava sivu'
ViewPreviousPage: 'Katso edellinen sivu'
of: /
1 change: 0 additions & 1 deletion src/Solr/Reindex/Handlers/SolrReindexImmediateHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ protected function processGroup(
// Set timeout from config. Process default is 60 seconds
$process->setTimeout($this->config()->get('process_timeout'));

$process->inheritEnvironmentVariables();
$process->run();

$res = $process->getOutput();
Expand Down

0 comments on commit 0f62997

Please sign in to comment.