mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix merge 3.8
This commit is contained in:
@@ -705,15 +705,8 @@ class databox extends base
|
||||
|
||||
$this->meta_struct = new databox_descriptionStructure();
|
||||
|
||||
<<<<<<< HEAD
|
||||
if ($metaStructData) {
|
||||
foreach ($metaStructData as $row) {
|
||||
$this->meta_struct->add_element(databox_field::get_instance($this->app, $this, $row['id']));
|
||||
}
|
||||
=======
|
||||
foreach ((array) $metaStructData as $row) {
|
||||
$this->meta_struct->add_element(databox_field::get_instance($this->app, $this, $row['id']));
|
||||
>>>>>>> 3.8
|
||||
}
|
||||
|
||||
return $this->meta_struct;
|
||||
|
Reference in New Issue
Block a user