mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Fix CS
This commit is contained in:
@@ -943,7 +943,7 @@ class databox extends base
|
||||
) ? $type : databox_field::TYPE_STRING;
|
||||
|
||||
$multi = isset($field['multi']) ? (Boolean) (string) $field['multi'] : false;
|
||||
|
||||
|
||||
$meta_struct_field = databox_field::create($this->app, $this, $fname, $multi);
|
||||
$meta_struct_field
|
||||
->set_readonly(isset($field['readonly']) ? (string) $field['readonly'] : 0)
|
||||
|
Reference in New Issue
Block a user