]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Possibly Avoid database error when storing photo item
[friendica.git] / src / Module / Contact.php
index 8d5e26a261ab9381aaba96f11cecc24dcc6053c3..9ffd1762673532efa8ab684dfff82d111f9ad334 100644 (file)
@@ -157,7 +157,7 @@ class Contact extends BaseModule
                Model\Contact\User::setIgnored($contact_id, local_user(), $ignored);
        }
 
-       public function content($update = 0): string
+       protected function content(array $request = []): string
        {
                if (!local_user()) {
                        return Login::form($_SERVER['REQUEST_URI']);