Closed (fixed)
Project:
Domain
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2018 at 17:32 UTC
Updated:
12 Nov 2018 at 14:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
criscomComment #3
criscomthe problem comes from domain module's
DomainAliasLoader.phpfunctionpublic function loadMultiple($ids = NULL, $reset = FALSE) {above function needs to be changed to
public function loadMultiple(array $ids = NULL, $reset = FALSE) {Comment #4
criscomComment #5
criscomThe patch was actually conceived by kevinpfeifer. I have just created it from his ideas for the project page.
Comment #6
agentrickardThanks.
Comment #7
agentrickardComment #9
agentrickardComment #11
agentrickardYup, this was fixed in all other instances of loadMultiple(), just not this one.