mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +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
|
* @param record_adapter $record
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function list_record(record_adapter $record)
|
public function list_record(record_adapter $record)
|
||||||
{
|
{
|
||||||
$technicalInformation = array();
|
$technicalInformation = array();
|
||||||
foreach ($record->get_technical_infos() as $name => $value) {
|
foreach ($record->get_technical_infos() as $name => $value) {
|
||||||
|
Reference in New Issue
Block a user