X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FAttach.php;h=d7256f0db68ef7841a695c1bf7922bc3bc12e29f;hb=52a25ce6181c0b48a978f37a4ae3b94357dbb712;hp=e4d58c4b07b6c6a719ee3fc3d249b23aefde432a;hpb=c467bff79fcbed3d953eea051b89d4be20be506a;p=friendica.git diff --git a/src/Model/Attach.php b/src/Model/Attach.php index e4d58c4b07..d7256f0db6 100644 --- a/src/Model/Attach.php +++ b/src/Model/Attach.php @@ -1,6 +1,6 @@ getBasePath(), false); + $allfields = DI::dbaDefinition()->getAll(); $fields = array_keys($allfields['attach']['fields']); array_splice($fields, array_search('data', $fields), 1); return $fields;