fix duplication of core metadata #126

This commit is contained in:
Leo Germani 2018-09-10 13:26:42 -03:00
parent 49877449d5
commit 4cea7551b2
1 changed files with 3 additions and 2 deletions

View File

@ -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' );
}