]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Attach.php
Fix tests
[friendica.git] / src / Module / Attach.php
index 7a288fb3b90a877e25fd8ff662f469fb02676a30..2acbf31b425ed7ded08fc89e637519c6fab016a7 100644 (file)
@@ -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) {