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