Basic Language Translation Feature #66

Merged
ro-ot merged 9 commits from staging into staging 2017-04-06 09:21:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2f90f9359c - Show all commits

View File

@ -519,7 +519,7 @@ class Get
// get the component data
$this->componentData = $this->getComponentData();
// set the percentage when a language can be added
$this->percentageLanguageAdd = (int) $this->params->get('percentageLanguageAdd', 50);
$this->percentageLanguageAdd = (int) $this->params->get('percentagelanguageadd', 50);
return true;
}