]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Attach.php
Group selection: Respect "pubmail" and ignore atchived or blocked contacts
[friendica.git] / src / Module / Attach.php
index e9af90facc3fb1b0cc053acb93909e238c962e91..f67104015d768622e2740b56517443b71915ca55 100644 (file)
@@ -20,7 +20,7 @@ class Attach extends BaseModule
        /**
         * @brief Return to user an attached file given the id
         */
-       public static function rawContent()
+       public static function rawContent(array $parameters = [])
        {
                $a = self::getApp();
                if ($a->argc != 2) {