forked from joomla/Component-Builder
fixed typo
This commit is contained in:
parent
b1d9b672ab
commit
2f90f9359c
@ -519,7 +519,7 @@ class Get
|
|||||||
// get the component data
|
// get the component data
|
||||||
$this->componentData = $this->getComponentData();
|
$this->componentData = $this->getComponentData();
|
||||||
// set the percentage when a language can be added
|
// 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;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user