BLOG_ID_CURRENT_SITE improvement

0

I have an unusual installation where BLOG_ID_CURRENT_SITE = 3 instead of one.

Thus, in order to make the domain mapping work I had to change “1” by “BLOG_ID_CURRENT_SITE” in several files:

domain-mappingclassesDomainmapModuleAjaxMap.php

lines 322 & 363

domain-mappingclassesDomainmapModuleCdsso.php

lines 187, 239, 323 (also changed “===” to “==”:wink: & 648

domain-mappingclassesDomainmapModulePages.php

line 88 (also changed ‘>’ by ‘!=’:wink:

Would it be possible to implement the same change in future updates? Did I miss anything?

Thank you for your support.

Santi