]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Attach.php
Fix tests
[friendica.git] / src / Module / Attach.php
index 519de0cc9c44126bbe8dc1171c0e4d3528a6ee9c..2acbf31b425ed7ded08fc89e637519c6fab016a7 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -43,7 +43,7 @@ class Attach extends BaseModule
 
                // @TODO: Replace with parameter from router
                $item_id = intval($a->argv[1]);
-               
+
                // Check for existence
                $item = MAttach::exists(['id' => $item_id]);
                if ($item === false) {