make array of models to load unique
This commit is contained in:
parent
68513e0a0a
commit
655de39c6b
1 changed files with 1 additions and 0 deletions
|
|
@ -376,6 +376,7 @@
|
||||||
$models = array_merge($models, $properties['models']);
|
$models = array_merge($models, $properties['models']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$models = array_unique($models);
|
||||||
|
|
||||||
// Load Models
|
// Load Models
|
||||||
foreach($models as &$model)
|
foreach($models as &$model)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue