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