WIP: Change typo #1236

Draft
ConfidantCommunications wants to merge 1 commits from ConfidantCommunications/Component-Builder:confidantcommunications-patch-1 into 5.x
Showing only changes of commit f1911bf413 - Show all commits

View File

@@ -511,7 +511,7 @@ class Data
if (ArrayHelper::check($module->custom_get)) if (ArrayHelper::check($module->custom_get))
{ {
$module->custom_get = $this->dynamic->get( $module->custom_get = $this->dynamicget->get(
$module->custom_get, $module->key, $module->key $module->custom_get, $module->key, $module->key
); );
} }