]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Attach.php
Merge pull request #12920 from annando/issue-12701
[friendica.git] / src / Module / Attach.php
index a73beb2b8dd03585c1e4c498a196bf0a2ccbb2a0..c924934b7bc2cc2adaa9f1485abded8c8b5ae517 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -37,7 +37,6 @@ class Attach extends BaseModule
         */
        protected function rawContent(array $request = [])
        {
-               $a = DI::app();
                if (empty($this->parameters['item'])) {
                        throw new \Friendica\Network\HTTPException\BadRequestException();
                }