X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FAttach.php;h=d7256f0db68ef7841a695c1bf7922bc3bc12e29f;hb=52a25ce6181c0b48a978f37a4ae3b94357dbb712;hp=b2cc229c3d00101884dc3c618b1ac0b10fa49c32;hpb=8ba3f13faeb6c3b62ba106b6a05014c58fbb4df9;p=friendica.git diff --git a/src/Model/Attach.php b/src/Model/Attach.php index b2cc229c3d..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;