mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
Change visibility to public
This commit is contained in:
@@ -1935,7 +1935,7 @@ class API_V1_adapter extends API_V1_Abstract
|
||||
* @param record_adapter $record
|
||||
* @return array
|
||||
*/
|
||||
protected function list_record(record_adapter $record)
|
||||
public function list_record(record_adapter $record)
|
||||
{
|
||||
$technicalInformation = array();
|
||||
foreach ($record->get_technical_infos() as $name => $value) {
|
||||
|
Reference in New Issue
Block a user