Fix Attach model store() and storeFile()

This commit is contained in:
fabrixxm 2019-01-02 16:34:38 +01:00 committed by Hypolite Petovan
commit 906b7841d4
2 changed files with 9 additions and 9 deletions

View file

@ -6,12 +6,9 @@
use Friendica\App;
use Friendica\Core\Config;
use Friendica\Core\L10n;
use Friendica\Core\System;
use Friendica\Database\DBA;
use Friendica\Model\Attach;
use Friendica\Model\Contact;
use Friendica\Util\DateTimeFormat;
use Friendica\Util\Mimetype;
use Friendica\Util\Strings;
function wall_attach_post(App $a) {