fix duplication of core metadata #126
This commit is contained in:
parent
49877449d5
commit
4cea7551b2
|
@ -767,7 +767,7 @@ class Metadata extends Repository {
|
|||
}
|
||||
|
||||
/**
|
||||
* returns all core items from a specific collection
|
||||
* returns all core metadata from a specific collection
|
||||
*
|
||||
* @param Entities\Collection $collection
|
||||
*
|
||||
|
@ -783,7 +783,8 @@ class Metadata extends Repository {
|
|||
'value' => $this->core_metadata,
|
||||
'compare' => 'IN'
|
||||
]
|
||||
]
|
||||
],
|
||||
'include_disabled' => true
|
||||
], 'OBJECT' );
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue