We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dc080 commit 261e536Copy full SHA for 261e536
inc/form_language.class.php
@@ -167,7 +167,7 @@ public function post_updateItem($history = 1) {
167
168
// Reset cache for the edited translations
169
$formFk = PluginFormcreatorForm::getForeignKeyField();
170
- $domain = PluginFormcreatorForm::getTranslationDomain($this->fields['name'], $this->fields[$formFk]);
+ $domain = PluginFormcreatorForm::getTranslationDomain($this->fields[$formFk], $this->fields['name']);
171
$TRANSLATE->clearCache($domain, $this->fields['name']);
172
}
173
0 commit comments