X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FModule%2FPhoto.php;h=9987c38f517041224be88a2895ed961e0b83dbb9;hb=f2c31ef1c0e92208b58d22791fc72d0ad3e3d6ae;hp=4ec4f204c3c4efee2973ca7f94454fbe479ba9a9;hpb=d2b551a616a783231d6c2748836d7fc28b086dd8;p=friendica.git diff --git a/src/Module/Photo.php b/src/Module/Photo.php index 4ec4f204c3..9987c38f51 100644 --- a/src/Module/Photo.php +++ b/src/Module/Photo.php @@ -23,7 +23,7 @@ class Photo extends BaseModule * Fetch a photo or an avatar, in optional size, check for permissions and * return the image */ - public static function init() + public static function init(array $parameters = []) { $a = self::getApp(); // @TODO: Replace with parameter from router