X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FAttach.php;h=2cf2d9efcf62c43210b6e765d0ad8bfc2f8a6e2e;hb=b77f3a7525aab36fe2179be71fd892e4229ba07d;hp=b2cc229c3d00101884dc3c618b1ac0b10fa49c32;hpb=8ba3f13faeb6c3b62ba106b6a05014c58fbb4df9;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;