From 2f90f9359c080c9dfeec1e24607fec3f48576a7c Mon Sep 17 00:00:00 2001 From: dev Date: Thu, 6 Apr 2017 09:51:46 +0100 Subject: [PATCH] fixed typo --- admin/helpers/compiler/a_Get.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/helpers/compiler/a_Get.php b/admin/helpers/compiler/a_Get.php index 72c4e21f7..2cc42e2b9 100644 --- a/admin/helpers/compiler/a_Get.php +++ b/admin/helpers/compiler/a_Get.php @@ -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; }