PreferencesFormOOUI: Restore ID attributes for each fieldset
[lhc/web/wiklou.git] / includes / Title.php
index ce0b959..0c62c4f 100644 (file)
@@ -4806,7 +4806,7 @@ class Title implements LinkTarget, IDBAccessObject {
                $dbw->onTransactionPreCommitOrIdle(
                        function () use ( $dbw ) {
                                ResourceLoaderWikiModule::invalidateModuleCache(
-                                       $this, null, null, $dbw->getDomainId() );
+                                       $this, null, null, $dbw->getDomainID() );
                        },
                        __METHOD__
                );