mirror of
https://github.com/processwire/processwire.git
synced 2025-08-18 04:22:10 +02:00
Fix issue processwire/processwire-issues#668
This commit is contained in:
@@ -439,6 +439,7 @@ class LanguageSupport extends WireData implements Module, ConfigurableModule {
|
||||
// default language
|
||||
$newID = $id;
|
||||
$o = $event->return;
|
||||
$inputfield->attr('id', $newID);
|
||||
|
||||
} else {
|
||||
// non-default language
|
||||
|
Reference in New Issue
Block a user