Skip to content

Commit

Permalink
Merge pull request #14 from creative-commoners/pulls/1.1/collector
Browse files Browse the repository at this point in the history
FIX Get i18nTextCollector working from wget
  • Loading branch information
GuySartorelli authored Jul 9, 2023
2 parents f3d5f98 + 445bd51 commit ba32165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ private function collectStrings(): void
}
$module = urlencode(implode(',', $modulesNames));
$site = rtrim($this->txSite, '/');
$this->exec("wget --content-on-error $site/dev/tasks/i18nTextCollectorTask?flush=all&merge=1&module=$module");
$this->exec("wget --content-on-error $site/dev/tasks/i18nTextCollectorTask?module=$module");
}

/**
Expand Down

0 comments on commit ba32165

Please sign in to comment.