fixed typo

This commit is contained in:
dev 2017-04-06 09:51:46 +01:00
parent b1d9b672ab
commit 2f90f9359c
No known key found for this signature in database
GPG Key ID: 62214715B438FFEE
1 changed files with 1 additions and 1 deletions

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;
}