]> git.mxchange.org Git - friendica.git/blobdiff - mod/wall_attach.php
Fix Attach model store() and storeFile()
[friendica.git] / mod / wall_attach.php
index 523bd2be229bcd12eda6a514019fb6abf7134f49..40f82eef91271b191f21113de5c85ea0f61aa134 100644 (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) {